diff options
author | Milan Crha <mcrha@redhat.com> | 2010-10-08 18:16:53 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-10-08 18:16:53 +0800 |
commit | d515cfc3324b04e3686becd931da1fd2bfdfa892 (patch) | |
tree | 0a412020cc1602d8bf11d9e30f3ca56e02520a86 /mail/mail.error.xml | |
parent | 8f413c5b279241a2db752f8a2ebba99d4ce820f4 (diff) | |
download | gsoc2013-evolution-d515cfc3324b04e3686becd931da1fd2bfdfa892.tar.gz gsoc2013-evolution-d515cfc3324b04e3686becd931da1fd2bfdfa892.tar.zst gsoc2013-evolution-d515cfc3324b04e3686becd931da1fd2bfdfa892.zip |
Bug #223337 - Auto-close message-browser when replying to them
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 f376cfaec2..dbbb84d04f 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -429,6 +429,15 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> </error> + <error id="ask-reply-close-browser" type="question" default="GTK_RESPONSE_NO"> + <_primary>Close message window.</_primary> + <_secondary xml:space="preserve">Would you like to close the message window?</_secondary> + <button _label="_Yes" response="GTK_RESPONSE_YES"/> + <button _label="_No" response="GTK_RESPONSE_NO"/> + <button _label="_Always" response="GTK_RESPONSE_OK"/> + <button _label="N_ever" response="GTK_RESPONSE_CANCEL"/> + </error> + <error id="signature-already-exists" type="error" modal="true"> <_primary>Signature Already Exists</_primary> <_secondary>A signature already exists with the name "{0}". Please specify a different name. </_secondary> |