diff options
Diffstat (limited to 'shell/e-shell-window-actions.c')
-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) }, |