aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-25 23:40:56 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-25 23:40:56 +0800
commitf6355e1fde1491c6e451975902906ea9921fee4a (patch)
tree96c5f1858d21ea7afbefb97b6023f582a455c0cf /mail
parent0362cc8c008abdc905497a2bf4fdb661bceface3 (diff)
downloadgsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.gz
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.bz2
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.lz
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.xz
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.tar.zst
gsoc2013-evolution-f6355e1fde1491c6e451975902906ea9921fee4a.zip
Add menu item ellipsis according to bug #324492.
Diffstat (limited to 'mail')
-rw-r--r--mail/e-mail-display.c2
-rw-r--r--mail/e-mail-reader.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/e-mail-display.c b/mail/e-mail-display.c
index 3719dc09f1..c29328b36b 100644
--- a/mail/e-mail-display.c
+++ b/mail/e-mail-display.c
@@ -196,7 +196,7 @@ static GtkActionEntry mailto_entries[] = {
{ "add-to-address-book",
"contact-new",
- N_("_Add to Address Book"),
+ N_("_Add to Address Book..."),
NULL,
NULL, /* XXX Add a tooltip! */
G_CALLBACK (action_add_to_address_book_cb) },
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 38d5648c19..7497cf8029 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -1428,7 +1428,7 @@ static GtkActionEntry mail_reader_entries[] = {
{ "mail-forward-as-menu",
NULL,
- N_("F_orward As..."),
+ N_("F_orward As"),
NULL,
NULL,
NULL },