Sat, 28 Oct 2006 20:11:46 +0000
[gaim-migrate @ 17610]
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.
| gtk/gtkprefs.c | file | annotate | diff | comparison | revisions |
--- a/gtk/gtkprefs.c Sat Oct 28 20:10:08 2006 +0000 +++ b/gtk/gtkprefs.c Sat Oct 28 20:11:46 2006 +0000 @@ -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)