diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-16 14:18:46 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-16 14:20:16 +0800 |
commit | 8b5dc5fcb1ab4b9cf6fcb4dbeda41ece0c52c49e (patch) | |
tree | 5d8a60f225af3922d3ee7b823cb07c1faf612d53 /mail/e-mail-reader.c | |
parent | 8a25ad9f15c2404f89c84b2e7fc051fba0f18b1f (diff) | |
download | gsoc2013-evolution-8b5dc5fcb1ab4b9cf6fcb4dbeda41ece0c52c49e.tar.gz gsoc2013-evolution-8b5dc5fcb1ab4b9cf6fcb4dbeda41ece0c52c49e.tar.zst gsoc2013-evolution-8b5dc5fcb1ab4b9cf6fcb4dbeda41ece0c52c49e.zip |
Add translation note for 'Group Reply'.
Diffstat (limited to 'mail/e-mail-reader.c')
-rw-r--r-- | mail/e-mail-reader.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c index 3548bfa962..56e5033b3c 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -2853,8 +2853,11 @@ e_mail_reader_init (EMailReader *reader) /* Likewise the "mail-reply-group" action */ - menu_tool_action = e_menu_tool_action_new ( - "mail-reply-group", _("Group Reply"), + /* For Translators: "Group Reply" will reply either to a mailing list + (if possible and if that configuration option is enabled), or else + it will reply to all. The word "Group" was chosen because it covers + either of those, without too strongly implying one or the other. */ + menu_tool_action = e_menu_tool_action_new ("mail-reply-group", _("Group Reply"), _("Reply to the mailing list, or to all recipients"), NULL); gtk_action_set_icon_name ( |