diff options
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 30d171e759..3577e5b9bc 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -1438,7 +1438,7 @@ static GtkActionEntry shell_entries[] = { G_CALLBACK (action_contents_cb) }, { "faq", - GTK_STOCK_DIALOG_INFO, + "help-faq", N_("Evolution _FAQ"), NULL, N_("Open the Frequently Asked Questions webpage"), |