aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-04-07 00:31:41 +0800
committerMilan Crha <mcrha@redhat.com>2012-04-07 00:31:41 +0800
commit37e79dec824738b206a4c78284a0870a26c7d80c (patch)
tree7e3d061d6f39c65390791e1a43953c5c9fb65c1d /mail/mail.error.xml
parent76c3cb95c73cc67709bf77d81697b69d4d0c0a04 (diff)
downloadgsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.gz
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.bz2
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.lz
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.xz
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.zst
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.zip
Bug #245025 - Popup confirmation when moving a folder (via drag and drop)
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r--mail/mail.error.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 3a9dab56bf..158a26440b 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -426,6 +426,24 @@ An mbox account will be created to preserve the old mbox folders. You can delete
<button _label="N_ever" response="GTK_RESPONSE_CANCEL"/>
</error>
+ <error id="ask-folder-drop-copy" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Copy folder in folder tree.</_primary>
+ <_secondary xml:space="preserve">Are you sure to copy folder '{0}' to folder '{1}'?</_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="ask-folder-drop-move" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Move folder in folder tree.</_primary>
+ <_secondary xml:space="preserve">Are you sure to move folder '{0}' to folder '{1}'?</_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>