diff options
Diffstat (limited to 'composer/mail-composer.error.xml')
-rw-r--r-- | composer/mail-composer.error.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index 65379e1284..0dcd8d9a07 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -43,6 +43,14 @@ <button _label="_Save Draft" response="GTK_RESPONSE_YES"/> </error> + <error id="exit-unsaved-no-subject" type="warning" default="GTK_RESPONSE_CANCEL"> + <_primary>Are you sure you want to discard the message you are composing?</_primary> + <_secondary>Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.</_secondary> + <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> + <button _label="_Continue Editing" response="GTK_RESPONSE_CANCEL"/> + <button _label="_Save Draft" response="GTK_RESPONSE_YES"/> + </error> + <error id="no-build-message" type="error"> <_primary>Could not create message.</_primary> <_secondary>Because "{0}", you may need to select different mail options.</_secondary> |