aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-25 23:40:56 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-25 23:40:56 +0800
commitf6355e1fde1491c6e451975902906ea9921fee4a (patch)
tree96c5f1858d21ea7afbefb97b6023f582a455c0cf /shell/e-shell-window-actions.c
parent0362cc8c008abdc905497a2bf4fdb661bceface3 (diff)
downloadgsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.gz
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.bz2
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.lz
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.xz
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.zst
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.zip
Add menu item ellipsis according to bug #324492.
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r--shell/e-shell-window-actions.c2
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) },