aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-05-21 22:30:40 +0800
committerMilan Crha <mcrha@redhat.com>2010-05-21 22:30:40 +0800
commita5d79e9f915dc49ef0259ce7681c1f552c335a4c (patch)
tree85a17cf63e8ac8fe68e0cb2ff8b42404f63917b1 /mail/mail.error.xml
parent22b33668db988f628e411ef67ecc10520c9f20d3 (diff)
downloadgsoc2013-evolution-a5d79e9f915dc49ef0259ce7681c1f552c335a4c.tar
gsoc2013-evolution-a5d79e9f915dc49ef0259ce7681c1f552c335a4c.tar.gz
gsoc2013-evolution-a5d79e9f915dc49ef0259ce7681c1f552c335a4c.tar.bz2
gsoc2013-evolution-a5d79e9f915dc49ef0259ce7681c1f552c335a4c.tar.lz
gsoc2013-evolution-a5d79e9f915dc49ef0259ce7681c1f552c335a4c.tar.xz
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.xml7
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"/>