From: <lsc...@us...> - 2006-10-26 02:42:49
|
Revision: 17585 http://svn.sourceforge.net/gaim/?rev=17585&view=rev Author: lschiere Date: 2006-10-25 19:42:42 -0700 (Wed, 25 Oct 2006) Log Message: ----------- I'd like to try this. I think it will help people find these prefs, and match them to the new functionality we've introduced. Modified Paths: -------------- trunk/gtk/gtkprefs.c Modified: trunk/gtk/gtkprefs.c =================================================================== --- trunk/gtk/gtkprefs.c 2006-10-25 15:53:06 UTC (rev 17584) +++ trunk/gtk/gtkprefs.c 2006-10-26 02:42:42 UTC (rev 17585) @@ -1897,7 +1897,7 @@ } #endif prefs_notebook_add_page(_("Logging"), NULL, logging_page(), &p, NULL, notebook_page++); - prefs_notebook_add_page(_("Away / Idle"), NULL, away_page(), &p, NULL, notebook_page++); + prefs_notebook_add_page(_("State / 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. |