aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/calendar.error.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index af0d52a977..8318337f26 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -198,21 +198,21 @@
<secondary>{0}.</secondary>
</error>
- <error id="prompt-delete-calendar" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
+ <error id="prompt-delete-calendar" type="question" default="GTK_RESPONSE_CANCEL">
<_primary>Delete calendar '{0}'?</_primary>
<_secondary>This calendar will be removed permanently.</_secondary>
<button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
- <error id="prompt-delete-task-list" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
+ <error id="prompt-delete-task-list" type="question" default="GTK_RESPONSE_CANCEL">
<_primary>Delete task list '{0}'?</_primary>
<_secondary>This task list will be removed permanently.</_secondary>
<button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
- <error id="prompt-delete-memo-list" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
+ <error id="prompt-delete-memo-list" type="question" default="GTK_RESPONSE_CANCEL">
<_primary>Delete memo list '{0}'?</_primary>
<_secondary>This memo list will be removed permanently.</_secondary>
<button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/>