aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/addressbook.error.xml16
-rw-r--r--calendar/calendar.error.xml6
-rw-r--r--mail/mail.error.xml6
3 files changed, 14 insertions, 14 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml
index 207de9d3cd..eb4ee5ad28 100644
--- a/addressbook/addressbook.error.xml
+++ b/addressbook/addressbook.error.xml
@@ -1,38 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="addressbook">
- <error id="ldap-init" type="error" modal="true">
+ <error id="ldap-init" type="error">
<_primary>This address book could not be opened.</_primary>
<_secondary>This address book server might be unreachable or the server name may be misspelled or your network connection could be down.</_secondary>
</error>
- <error id="ldap-auth" type="error" modal="true">
+ <error id="ldap-auth" type="error">
<_primary>Failed to authenticate with LDAP server.</_primary>
<_secondary>Check to make sure your password is spelled correctly and that you are using a supported login method. Remember that many passwords are case sensitive; your caps lock might be on.</_secondary>
</error>
- <error id="ldap-search-base" type="error" modal="true">
+ <error id="ldap-search-base" type="error">
<_primary>This address book server does not have any suggested search bases.</_primary>
<_secondary>This LDAP server may use an older version of LDAP, which does not support this functionality or it may be misconfigured. Ask your administrator for supported search bases.</_secondary>
</error>
- <error id="ldap-v3-schema" type="error" modal="true">
+ <error id="ldap-v3-schema" type="error">
<_primary>This server does not support LDAPv3 schema information.</_primary>
</error>
- <error id="ldap-get-schema" type="error" modal="true">
+ <error id="ldap-get-schema" type="error">
<_primary>Could not get schema information for LDAP server.</_primary>
</error>
- <error id="ldap-invalid-schema" type="error" modal="true">
+ <error id="ldap-invalid-schema" type="error">
<_primary>LDAP server did not respond with valid schema information.</_primary>
</error>
- <error id="remove-addressbook" type="error" modal="true">
+ <error id="remove-addressbook" type="error">
<_primary>Could not remove address book.</_primary>
</error>
- <error id="ask-delete-addressbook" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
+ <error id="ask-delete-addressbook" type="question" default="GTK_RESPONSE_CANCEL">
<_primary>Delete address book '{0}'?</_primary>
<_secondary>This address book will be removed permanently.</_secondary>
<button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
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"/>
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 5361ed974a..97ffc80018 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -276,14 +276,14 @@ Many email systems add an Apparently-To header to messages that only have BCC re
<_secondary xml:space="preserve">You may not create two accounts with the same name.</_secondary>
</error>
- <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO" modal="true">
+ <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete this account?</_primary>
<_secondary xml:space="preserve">If you proceed, the account information will be deleted permanently.</_secondary>
<button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
- <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO" modal="true">
+ <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete this account and all its proxies?</_primary>
<_secondary xml:space="preserve">If you proceed, the account information and
all proxy information will be deleted permanently.</_secondary>
@@ -291,7 +291,7 @@ all proxy information will be deleted permanently.</_secondary>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
- <error id="ask-delete-proxy-accounts" type="question" default="GTK_RESPONSE_NO" modal="true">
+ <error id="ask-delete-proxy-accounts" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to disable this account and delete all its proxies?</_primary>
<_secondary xml:space="preserve">If you proceed, all proxy accounts will be deleted permanently.</_secondary>
<button _label="Do _Not Disable" response="GTK_RESPONSE_NO"/>