From: <the...@us...> - 2006-10-28 20:13:41
|
Revision: 17610 http://svn.sourceforge.net/gaim/?rev=17610&view=rev Author: thekingant Date: 2006-10-28 13:11:46 -0700 (Sat, 28 Oct 2006) Log Message: ----------- I agree with Kevin, I think "Status / Idle" is better than "State / Idle." But for the record I prefer "Away / Idle." I think people will be looking for away-related preferences more than anything else, and "status" is one of those words that I would glance at and assume it wasn't what I wanted. Modified Paths: -------------- trunk/gtk/gtkprefs.c Modified: trunk/gtk/gtkprefs.c =================================================================== --- trunk/gtk/gtkprefs.c 2006-10-28 20:10:08 UTC (rev 17609) +++ trunk/gtk/gtkprefs.c 2006-10-28 20:11:46 UTC (rev 17610) @@ -1897,7 +1897,7 @@ } #endif prefs_notebook_add_page(_("Logging"), NULL, logging_page(), &p, NULL, notebook_page++); - prefs_notebook_add_page(_("State / Idle"), NULL, away_page(), &p, NULL, notebook_page++); + prefs_notebook_add_page(_("Status / Idle"), NULL, away_page(), &p, NULL, notebook_page++); } void gaim_gtk_prefs_show(void) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |