diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-02-06 19:10:44 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-02-06 19:10:44 +0800 |
commit | 450d94b769c76a74a60fab0edb9f5b8c1131664a (patch) | |
tree | 009c8e6d519fa1f7664f2fea923c66d4453dbef0 /mail/mail.error.xml | |
parent | aa223e9dec923f62d4358c831157c2d49f035539 (diff) | |
download | gsoc2013-evolution-450d94b769c76a74a60fab0edb9f5b8c1131664a.tar.gz gsoc2013-evolution-450d94b769c76a74a60fab0edb9f5b8c1131664a.tar.zst gsoc2013-evolution-450d94b769c76a74a60fab0edb9f5b8c1131664a.zip |
Committed Rajeev's patch and my patch for mnemonics.
svn path=/trunk/; revision=31425
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 56b1ba6cc9..539da60506 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -376,6 +376,13 @@ 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-mark-all-read" type="question" default="GTK_RESPONSE_NO"> + <_title>Mark all messages as read</_title> + <_primary>Do you want to mark all the message as read?</_primary> + <_secondary xml:space="preserve">This will mark all the messages as read in the selected folder and its sub folders.</_secondary> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> + </error> <error id="signature-already-exists" type="error" modal="true"> <_primary>Signature Already Exists</_primary> |