aboutsummaryrefslogtreecommitdiff
path: root/src/gconf-helper.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-19 21:23:57 -0500
committerTed Gould <ted@gould.cx>2011-08-19 21:23:57 -0500
commit229e92aa9c59c822808bf9e129592247347e22b8 (patch)
tree3fe0e5da9afb76640628633050d80056d3d77100 /src/gconf-helper.c
parentaf742655e42477d3333dc85dadfc3d5df300680d (diff)
downloadayatana-indicator-session-229e92aa9c59c822808bf9e129592247347e22b8.tar.gz
ayatana-indicator-session-229e92aa9c59c822808bf9e129592247347e22b8.tar.bz2
ayatana-indicator-session-229e92aa9c59c822808bf9e129592247347e22b8.zip
Fix all the ellipsis
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…"));
}
}
}