diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-25 23:40:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-25 23:40:56 +0800 |
commit | f6355e1fde1491c6e451975902906ea9921fee4a (patch) | |
tree | 96c5f1858d21ea7afbefb97b6023f582a455c0cf /shell | |
parent | 0362cc8c008abdc905497a2bf4fdb661bceface3 (diff) | |
download | gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.gz gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.zst gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.zip |
Add menu item ellipsis according to bug #324492.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-window-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index a9323f3955..77e50c50d4 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -1553,7 +1553,7 @@ static GtkActionEntry shell_entries[] = { { "submit-bug", NULL, - N_("Submit _Bug Report"), + N_("Submit _Bug Report..."), NULL, N_("Submit a bug report using Bug Buddy"), G_CALLBACK (action_submit_bug_cb) }, |