diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-03 13:02:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-03 13:02:36 +0800 |
commit | 6140798719beb44abaa4de89043f6d911c977621 (patch) | |
tree | e29ebce6d13b34178a1bb2407b713694113e4e87 /mail | |
parent | 50c162fd760d94328183dbd91dab69b742f21f79 (diff) | |
download | gsoc2013-evolution-6140798719beb44abaa4de89043f6d911c977621.tar.gz gsoc2013-evolution-6140798719beb44abaa4de89043f6d911c977621.tar.zst gsoc2013-evolution-6140798719beb44abaa4de89043f6d911c977621.zip |
Ellipsize the Subscriptions menu item.
svn path=/branches/kill-bonobo/; revision=36723
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-shell-view-actions.c b/mail/e-mail-shell-view-actions.c index 59edcce943..02607e5531 100644 --- a/mail/e-mail-shell-view-actions.c +++ b/mail/e-mail-shell-view-actions.c @@ -1339,7 +1339,7 @@ static GtkActionEntry mail_entries[] = { { "mail-tools-subscriptions", NULL, - N_("_Subscriptions"), + N_("_Subscriptions..."), NULL, N_("Subscribe or unsubscribe to folders on remote servers"), G_CALLBACK (action_mail_tools_subscriptions_cb) }, |