diff options
author | Ted Gould <ted@canonical.com> | 2009-09-10 17:05:42 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-10 17:05:42 -0500 |
commit | 1da23a12241dd0417dcf18d5be8b409b4ab18b32 (patch) | |
tree | 05ed6825e14929e533e5885afccc15c7ad880dc8 /src/gtk-dialog | |
parent | 6dc72285140a2dd9a9c9aeaa6df67a747a3573dc (diff) | |
parent | c2ed34abf815609d4b0044dc46d6be63a9e5c570 (diff) | |
download | ayatana-indicator-session-1da23a12241dd0417dcf18d5be8b409b4ab18b32.tar.gz ayatana-indicator-session-1da23a12241dd0417dcf18d5be8b409b4ab18b32.tar.bz2 ayatana-indicator-session-1da23a12241dd0417dcf18d5be8b409b4ab18b32.zip |
Merging in branch to remove some spaces in the menu labels.
Diffstat (limited to 'src/gtk-dialog')
-rw-r--r-- | src/gtk-dialog/gconf-helper.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtk-dialog/gconf-helper.c b/src/gtk-dialog/gconf-helper.c index a8b618a..213592e 100644 --- a/src/gtk-dialog/gconf-helper.c +++ b/src/gtk-dialog/gconf-helper.c @@ -53,9 +53,9 @@ static void update_menu_entries_callback (GConfClient *client, guint cnxn_id, GC dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->restart_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Restart")); dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->shutdown_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Shutdown")); } else { - dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->logout_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Log Out ...")); - dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->restart_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Restart ...")); - dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->shutdown_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Shutdown ...")); + dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->logout_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Log Out...")); + dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->restart_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Restart...")); + dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->shutdown_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Shutdown...")); } } } |