diff options
Diffstat (limited to 'composer/mail-composer.error.xml')
-rw-r--r-- | composer/mail-composer.error.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index aa00c122e7..58e56991e8 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -32,6 +32,13 @@ <_primary>Could not save to autosave file "{0}".</_primary> <_secondary>Error saving to autosave because "{1}".</_secondary> </error> + + <error id="ask-send-message-pending-download" type="question" default="GTK_RESPONSE_YES"> + <_primary>Download in progress. Do you want to send the mail?</_primary> + <_secondary xml:space="preserve"> There are few attachments getting downloaded. Sending the mail will cause the mail to be sent without those pending attachments </_secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="_Send" response="GTK_RESPONSE_YES"/> + </error> <error id="exit-unsaved" modal="true" type="warning" default="GTK_RESPONSE_YES"> <_title>Warning: Modified Message</_title> |