diff options
author | Milan Crha <mcrha@redhat.com> | 2010-05-21 22:30:40 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-05-21 22:30:40 +0800 |
commit | a5d79e9f915dc49ef0259ce7681c1f552c335a4c (patch) | |
tree | 85a17cf63e8ac8fe68e0cb2ff8b42404f63917b1 /mail/mail.error.xml | |
parent | 22b33668db988f628e411ef67ecc10520c9f20d3 (diff) | |
download | gsoc2013-evolution-a5d79e9f915dc49ef0259ce7681c1f552c335a4c.tar.gz gsoc2013-evolution-a5d79e9f915dc49ef0259ce7681c1f552c335a4c.tar.zst gsoc2013-evolution-a5d79e9f915dc49ef0259ce7681c1f552c335a4c.zip |
Bug #546551 - Dialog for mark-all-read always mentions subfolders
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 ed6fa3a364..e2ffd243aa 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -392,6 +392,13 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="ask-mark-all-read" type="question" default="GTK_RESPONSE_NO"> <_primary>Do you want to mark all messages as read?</_primary> + <_secondary xml:space="preserve">This will mark all messages as read in the selected folder.</_secondary> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> + </error> + + <error id="ask-mark-all-read-sub" type="question" default="GTK_RESPONSE_NO"> + <_primary>Do you want to mark all messages as read?</_primary> <_secondary xml:space="preserve">This will mark all messages as read in the selected folder and its subfolders.</_secondary> <button stock="gtk-no" response="GTK_RESPONSE_NO"/> <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> |