aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-errors.xml
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-04-01 08:43:35 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-04-01 08:43:35 +0800
commit13c09af92ab2a5cbdbf6053ecd3d0fd1b28c98eb (patch)
tree9b12d098bc0a8088a6a34860c8f63ea7dd6f57c8 /mail/mail-errors.xml
parent94513cd4bed10979f56df454b584a404440b6c04 (diff)
downloadgsoc2013-evolution-13c09af92ab2a5cbdbf6053ecd3d0fd1b28c98eb.tar
gsoc2013-evolution-13c09af92ab2a5cbdbf6053ecd3d0fd1b28c98eb.tar.gz
gsoc2013-evolution-13c09af92ab2a5cbdbf6053ecd3d0fd1b28c98eb.tar.bz2
gsoc2013-evolution-13c09af92ab2a5cbdbf6053ecd3d0fd1b28c98eb.tar.lz
gsoc2013-evolution-13c09af92ab2a5cbdbf6053ecd3d0fd1b28c98eb.tar.xz
gsoc2013-evolution-13c09af92ab2a5cbdbf6053ecd3d0fd1b28c98eb.tar.zst
gsoc2013-evolution-13c09af92ab2a5cbdbf6053ecd3d0fd1b28c98eb.zip
** See bug #72518
2005-03-31 Not Zed <NotZed@Ximian.com> ** See bug #72518 * em-folder-tree.c (emft_popup_delete_folder): prompt for vfolder case differently. svn path=/trunk/; revision=29143
Diffstat (limited to 'mail/mail-errors.xml')
-rw-r--r--mail/mail-errors.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml
index 045cf9326a..c19cdf5fce 100644
--- a/mail/mail-errors.xml
+++ b/mail/mail-errors.xml
@@ -189,6 +189,13 @@ The message is stored in the Outbox folder. Check the message for errors and re
<button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
</error>
+ <error id="ask-delete-vfolder" type="question" default="GTK_RESPONSE_CANCEL">
+ <title>Delete &quot;{0}&quot;?</title>
+ <primary>Really delete folder &quot;{0}&quot; and all of its subfolders?</primary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
<error id="no-rename-folder-exists" type="error">
<primary>Cannot rename &quot;{0}&quot; to &quot;{1}&quot;.</primary>
<secondary>A folder named &quot;{1}&quot; already exists. Please use a different name.</secondary>