diff options
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index a9be483a99..962a5090a2 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -67,6 +67,14 @@ Many email systems add an Apparently-To header to messages that only have BCC re <button response="GTK_RESPONSE_OK" _label="Reply to _List"></button> </error> + <error id="ask-reply-many-recips" type="question" default="GTK_RESPONSE_CANCEL"> + <_primary>Send reply to all recipients?</_primary> + <_secondary>You are replying to a message which was sent to many recipients. Are you sure you want to reply to ALL of them?</_secondary> + <button response="GTK_RESPONSE_YES" _label="Reply to _All"></button> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button response="GTK_RESPONSE_NO" _label="Reply _Privately"/> + </error> + <error id="send-no-recipients" type="warning"> <_primary>This message cannot be sent because you have not specified any recipients</_primary> <_secondary xml:space="preserve">Please enter a valid email address in the To: field. You can search for email addresses by clicking on the To: button next to the entry box.</_secondary> |