nautilus r15175 - in trunk: . cut-n-paste-code/libegg



Author: cosimoc
Date: Thu Apr  9 07:58:43 2009
New Revision: 15175
URL: http://svn.gnome.org/viewvc/nautilus?rev=15175&view=rev

Log:
2009-04-09  Cosimo Cecchi  <cosimoc gnome org>

	* cut-n-paste-code/libegg/eggsmclient.c:
	(egg_sm_client_get_option_group): revert string freeze break.


Modified:
   trunk/ChangeLog
   trunk/cut-n-paste-code/libegg/eggsmclient.c

Modified: trunk/cut-n-paste-code/libegg/eggsmclient.c
==============================================================================
--- trunk/cut-n-paste-code/libegg/eggsmclient.c	(original)
+++ trunk/cut-n-paste-code/libegg/eggsmclient.c	Thu Apr  9 07:58:43 2009
@@ -249,8 +249,8 @@
 		     egg_sm_client_debug_handler, NULL);
 
   group = g_option_group_new ("sm-client",
-			      _("Session management options:"),
-			      _("Show session management options"),
+			      _("Session Management Options"),
+			      _("Show Session Management options"),
 			      NULL, NULL);
   g_option_group_add_entries (group, entries);
   g_option_group_set_parse_hooks (group, NULL, sm_client_post_parse_func);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]