← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~kelemeng/indicator-session/bug621339 into lp:indicator-session

 

Gabor Kelemen has proposed merging lp:~kelemeng/indicator-session/bug621339 into lp:indicator-session.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  Bug #621339 in Session Menu: "Use ellipsis consistently in the indicator-session strings"
  https://bugs.launchpad.net/indicator-session/+bug/621339

For more details, see:
https://code.launchpad.net/~kelemeng/indicator-session/bug621339/+merge/64328
-- 
https://code.launchpad.net/~kelemeng/indicator-session/bug621339/+merge/64328
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/gconf-helper.c'
--- src/gconf-helper.c	2010-04-06 22:25:05 +0000
+++ src/gconf-helper.c	2011-06-12 12:47:26 +0000
@@ -82,9 +82,9 @@
 			dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->restart_mi, RESTART_ITEM_LABEL, _("Restart"));
 			dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->shutdown_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Shut Down"));
 		} 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, RESTART_ITEM_LABEL, _("Restart..."));
-			dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->shutdown_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Shut Down..."));
+			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, RESTART_ITEM_LABEL, _("Restart…"));
+			dbusmenu_menuitem_property_set(restart_shutdown_logout_mi->shutdown_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Shut Down…"));
 		}
 	}
 }


Follow ups