aboutsummaryrefslogtreecommitdiff
path: root/src/gconf-helper.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-18 16:21:02 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-18 16:21:02 +0100
commit26289e5bcd2603e81738e88819cfa674e4560c3f (patch)
tree765f9b58146349ba26a5a4897a651c9e722eb9bf /src/gconf-helper.c
parent92765fe97bdeb68f7f38cf57e478529db95cc09e (diff)
parent5f2c8d9947d60271fd13dc1adbe6f001eae9b6d2 (diff)
downloadayatana-indicator-session-26289e5bcd2603e81738e88819cfa674e4560c3f.tar.gz
ayatana-indicator-session-26289e5bcd2603e81738e88819cfa674e4560c3f.tar.bz2
ayatana-indicator-session-26289e5bcd2603e81738e88819cfa674e4560c3f.zip
merged the ellipsis strings fixes
Diffstat (limited to 'src/gconf-helper.c')
-rw-r--r--src/gconf-helper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gconf-helper.c b/src/gconf-helper.c
index 4911dcb..93ae96f 100644
--- a/src/gconf-helper.c
+++ b/src/gconf-helper.c
@@ -82,9 +82,9 @@ static void update_menu_entries_callback (GConfClient *client, guint cnxn_id, GC
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…"));
}
}
}