~cjcurran/indicator-session/user-image-panel

« back to all changes in this revision

Viewing changes to src/dialog.c

  • Committer: Conor Curran
  • Date: 2011-08-22 12:32:00 UTC
  • mfrom: (175.5.5 ellipsis-test)
  • Revision ID: conor.curran@canonical.com-20110822123200-bo0w1qoyi3o3mf48
ellipsis fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
   they are also going to get a password dialog to do the action. */
54
54
static const gchar * button_auth_strings[LOGOUT_DIALOG_TYPE_CNT] = {
55
55
        /* LOGOUT_DIALOG_LOGOUT, */     NC_("button auth", "Log Out"),
56
 
        /* LOGOUT_DIALOG_RESTART, */    NC_("button auth", "Restart..."),
57
 
        /* LOGOUT_DIALOG_SHUTDOWN, */   NC_("button auth", "Shut Down...")
 
56
        /* LOGOUT_DIALOG_RESTART, */    NC_("button auth", "Restart…"),
 
57
        /* LOGOUT_DIALOG_SHUTDOWN, */   NC_("button auth", "Shut Down…")
58
58
};
59
59
 
60
60
/* TRANSLATORS: This button appears on the logout dialog when
61
61
   there are updates that require restart.  It will do a restart
62
62
   in place of a log out. */
63
63
static const gchar * restart_updates = N_("Restart Instead");
64
 
static const gchar * restart_auth = N_("Restart Instead...");
 
64
static const gchar * restart_auth = N_("Restart Instead…");
65
65
static const gchar * body_logout_update = N_("Some software updates won't apply until the computer next restarts.");
66
66
 
67
67
static const gchar * icon_strings[LOGOUT_DIALOG_TYPE_CNT] = {