diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-12-27 12:30:15 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:14 +0800 |
commit | 6217c4110631d8e0c3cf5d8c08dc2a627b5b0c4d (patch) | |
tree | 4bc6b437550f03d77cfb387c3d4785719f497b54 | |
parent | 2c02ad59de2acd20bda0fb78b0f6b95ba3564952 (diff) | |
download | gsoc2013-evolution-6217c4110631d8e0c3cf5d8c08dc2a627b5b0c4d.tar.gz gsoc2013-evolution-6217c4110631d8e0c3cf5d8c08dc2a627b5b0c4d.tar.zst gsoc2013-evolution-6217c4110631d8e0c3cf5d8c08dc2a627b5b0c4d.zip |
Fix menu item capitalizaion.
-rw-r--r-- | modules/mail/e-mail-shell-view-actions.c | 4 |
1 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 01c53bed6e..0852180d51 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -1207,14 +1207,14 @@ static GtkActionEntry mail_entries[] = { { "mail-send-receive-receive-all", NULL, - N_("R_eceive all"), + N_("R_eceive All"), NULL, N_("Receive new items from all accounts"), G_CALLBACK (action_mail_send_receive_receive_all_cb) }, { "mail-send-receive-send-all", "mail-send", - N_("_Send all"), + N_("_Send All"), NULL, N_("Send queued items in all accounts"), G_CALLBACK (action_mail_send_receive_send_all_cb) }, |