diff options
Diffstat (limited to 'mail/mail-errors.xml')
-rw-r--r-- | mail/mail-errors.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml index c19cdf5fce..7a60b3917b 100644 --- a/mail/mail-errors.xml +++ b/mail/mail-errors.xml @@ -347,5 +347,13 @@ Please check your account settings and try again. </secondary> </error> + <error id="ask-receipt" type="question" default="GTK_RESPONSE_NO"> + <title>Read receipt requested.</title> + <primary>Read receipt requested.</primary> + <secondary>A read receipt notification has been requested for "{1}". Send the reciept notification to {0}?</secondary> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" label="Send Receipt" response="GTK_RESPONSE_YES"/> + </error> + </error-list> |