aboutsummaryrefslogtreecommitdiff
path: root/src/user-menu-mgr.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/user-menu-mgr.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/user-menu-mgr.c')
-rw-r--r--src/user-menu-mgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user-menu-mgr.c b/src/user-menu-mgr.c
index 72b5802..44c1960 100644
--- a/src/user-menu-mgr.c
+++ b/src/user-menu-mgr.c
@@ -266,7 +266,7 @@ user_menu_mgr_rebuild_items (UserMenuMgr *self, gboolean greeter_mode)
DBUSMENU_CLIENT_TYPES_DEFAULT);
dbusmenu_menuitem_property_set (online_accounts_item,
DBUSMENU_MENUITEM_PROP_LABEL,
- _("Online Accounts..."));
+ _("Online Accounts…"));
g_signal_connect (G_OBJECT (online_accounts_item),
DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED,