aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/tasks-control.c
diff options
context:
space:
mode:
authorTobias Mueller <tobiasmue@svn.gnome.org>2007-12-14 02:23:31 +0800
committerTobias Mueller <tobiasmue@src.gnome.org>2007-12-14 02:23:31 +0800
commitcda4109744c046a8f780ab6114d790ed014f86a6 (patch)
treeebc0f0818caa3c349467ca0f28655d12799f5441 /calendar/gui/tasks-control.c
parentc73bf5eaa749b85c3b06038a4898b006bdf7491e (diff)
downloadgsoc2013-evolution-cda4109744c046a8f780ab6114d790ed014f86a6.tar
gsoc2013-evolution-cda4109744c046a8f780ab6114d790ed014f86a6.tar.gz
gsoc2013-evolution-cda4109744c046a8f780ab6114d790ed014f86a6.tar.bz2
gsoc2013-evolution-cda4109744c046a8f780ab6114d790ed014f86a6.tar.lz
gsoc2013-evolution-cda4109744c046a8f780ab6114d790ed014f86a6.tar.xz
gsoc2013-evolution-cda4109744c046a8f780ab6114d790ed014f86a6.tar.zst
gsoc2013-evolution-cda4109744c046a8f780ab6114d790ed014f86a6.zip
** Fixes bug 474651
2007-12-13 Tobias Mueller <tobiasmue@svn.gnome.org> ** Fixes bug 474651 * calendar/gui/memos-component.c: * addressbook/gui/component/addressbook.c: * calendar/gui/tasks-control.c: * calendar/gui/tasks-component.c: * widgets/misc/e-dateedit.c: * calendar/gui/e-cal-model-tasks.c: * widgets/misc/e-cell-percent.c: * calendar/gui/e-itip-control.c: * calendar/gui/comp-editor-factory.c: Use format strings in gtk_message_dialog_new svn path=/trunk/; revision=34694
Diffstat (limited to 'calendar/gui/tasks-control.c')
-rw-r--r--calendar/gui/tasks-control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c
index 5c0b89e3f8..7ef1f016c1 100644
--- a/calendar/gui/tasks-control.c
+++ b/calendar/gui/tasks-control.c
@@ -451,6 +451,7 @@ confirm_purge (ETasks *tasks)
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_YES_NO,
+ "%s",
_("This operation will permanently erase all tasks marked as completed. If you continue, you will not be able to recover these tasks.\n\nReally erase these tasks?"));
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_NO);