aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/mail/e-mail-shell-view-actions.c2
-rw-r--r--shell/e-shell-window-actions.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c
index f612d159b4..66effc1cab 100644
--- a/modules/mail/e-mail-shell-view-actions.c
+++ b/modules/mail/e-mail-shell-view-actions.c
@@ -1711,7 +1711,7 @@ static GtkActionEntry mail_entries[] = {
{ "mail-send-receive",
"mail-send-receive",
N_("Send / _Receive"),
- "F9",
+ "F12",
N_("Send queued items and retrieve new items"),
G_CALLBACK (action_mail_send_receive_cb) },
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index ec10c9e30b..3dcaa73585 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -1093,7 +1093,7 @@ static GtkToggleActionEntry shell_toggle_entries[] = {
{ "show-sidebar",
NULL,
N_("Show Side _Bar"),
- NULL,
+ "F9",
N_("Show the side bar"),
NULL,
TRUE },