diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-26 19:53:35 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-03 23:40:13 +0800 |
commit | b95e110b946c39a05dc68553268b93d5913b3541 (patch) | |
tree | 466d090c71cedd0092141638b6e64334d4b9974c | |
parent | 3ed728c12cde9010f2640b0d8d616dcfc74548bb (diff) | |
download | gsoc2013-evolution-b95e110b946c39a05dc68553268b93d5913b3541.tar.gz gsoc2013-evolution-b95e110b946c39a05dc68553268b93d5913b3541.tar.zst gsoc2013-evolution-b95e110b946c39a05dc68553268b93d5913b3541.zip |
Remove "modal" attribute from error.xml files.
The "modal" attribute is ignored nowadays anyway, but these should have
never been modal to begin with.
-rw-r--r-- | addressbook/addressbook.error.xml | 16 | ||||
-rw-r--r-- | calendar/calendar.error.xml | 6 | ||||
-rw-r--r-- | mail/mail.error.xml | 6 |
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"/> |