diff options
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 129b4e6250..a9be483a99 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -58,6 +58,15 @@ Many email systems add an Apparently-To header to messages that only have BCC re <button _label="_Send" response="GTK_RESPONSE_YES"/> </error> + <error id="ask-list-private-reply" type="question" default="GTK_RESPONSE_CANCEL"> + <_primary>Send private reply?</_primary> + <_secondary>You are replying to a message which arrived via a mailing list, but you are replying privately to the sender; not to the list. Are you sure you want to proceed?</_secondary> + <button response="GTK_RESPONSE_NO" _label="Reply _Privately"/> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button response="GTK_RESPONSE_YES" _label="Reply to _All"></button> + <button response="GTK_RESPONSE_OK" _label="Reply to _List"></button> + </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> |