aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.error.xml
diff options
context:
space:
mode:
authorViswanath Sivakumar <viswanathgs@gmail.com>2010-02-22 18:59:23 +0800
committerBharath Acharya <abharath@novell.com>2010-02-22 18:59:23 +0800
commit8785fd3315996dffceec133f94096577a5547cbc (patch)
treeea567426ee8289d16c06255271b528c137cefeb5 /mail/mail.error.xml
parent6c56bea75fb7915b9634af52e82a79be98658265 (diff)
downloadgsoc2013-evolution-8785fd3315996dffceec133f94096577a5547cbc.tar
gsoc2013-evolution-8785fd3315996dffceec133f94096577a5547cbc.tar.gz
gsoc2013-evolution-8785fd3315996dffceec133f94096577a5547cbc.tar.bz2
gsoc2013-evolution-8785fd3315996dffceec133f94096577a5547cbc.tar.lz
gsoc2013-evolution-8785fd3315996dffceec133f94096577a5547cbc.tar.xz
gsoc2013-evolution-8785fd3315996dffceec133f94096577a5547cbc.tar.zst
gsoc2013-evolution-8785fd3315996dffceec133f94096577a5547cbc.zip
Bug 546551 - Dialog for deleting mail folders always mentions subfolders.
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r--mail/mail.error.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 6f7b62b615..ef1b5dac94 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -203,6 +203,19 @@ Many email systems add an Apparently-To header to messages that only have BCC re
<button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
</error>
+ <error id="ask-delete-folder-nochild" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Really delete folder "{0}"?</_primary>
+ <_secondary xml:space="preserve">If you delete the folder, all of its contents will be deleted permanently.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="ask-delete-vfolder-nochild" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Really delete folder "{0}"?</_primary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
<error id="ask-delete-vfolder-msg" type="question" default="GTK_RESPONSE_CANCEL">
<_primary>Delete messages in Search Folder "{0}"?</_primary>
<_secondary xml:space="preserve">Warning: Deleting messages from a Search Folder will delete the actual message from one of your local or remote folders.