changeset 14841:634014c941ec

[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. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 28 Oct 2006 20:11:46 +0000
parents b8eb759625b0
children 852803694be3
files gtk/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)