summaryrefslogtreecommitdiff
path: root/cut-n-paste-code
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-04-21 15:44:30 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2009-04-21 15:44:30 +0200
commit3b5af96a5f41640d447f7215a758d4de4c0220fb (patch)
treeb1f087ad2d181cbf872746b87eb334f54d28fb9d /cut-n-paste-code
parent60e58366e06f42b03072e06a19f8adeece0ded6a (diff)
downloadnautilus-3b5af96a5f41640d447f7215a758d4de4c0220fb.tar.gz
Update EggSMClient from libegg
Re-apply the reverted string freeze break commit now that we branched. Don't check if the desktop file exists ourselves, as the Egg code will take care of that itself. Thanks to Christian Persch (#576619).
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r--cut-n-paste-code/libegg/eggsmclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cut-n-paste-code/libegg/eggsmclient.c b/cut-n-paste-code/libegg/eggsmclient.c
index 232db05e4..efa901d53 100644
--- a/cut-n-paste-code/libegg/eggsmclient.c
+++ b/cut-n-paste-code/libegg/eggsmclient.c
@@ -249,8 +249,8 @@ egg_sm_client_get_option_group (void)
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);