[evolution/webkit] Fix menu item capitalizaion.
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit] Fix menu item capitalizaion.
- Date: Mon, 11 Jul 2011 13:57:57 +0000 (UTC)
commit cd1518867ba7b0eb3f078dad871ee969aa9ed592
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Dec 26 23:30:15 2010 -0500
Fix menu item capitalizaion.
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 01c53be..0852180 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) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]