aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index b514bedcb5..0acc04561e 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -995,7 +995,8 @@ create_component (void)
new_mail_icon = gdk_pixbuf_new_from_file (EVOLUTION_ICONSDIR "/new-message.xpm");
evolution_shell_component_add_user_creatable_item (shell_component, "message",
- _("New Mail Message"), _("_Mail Message"), 'm',
+ _("New Mail Message"), _("_Mail Message"),
+ _("Compose a new mail message"), 'm',
new_mail_icon);
if (new_mail_icon != NULL)
gdk_pixbuf_unref (new_mail_icon);