diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-05 21:02:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-05 21:02:05 +0800 |
commit | e57a4bb617b0b1f61c64026d1a343b14c8ed2c4e (patch) | |
tree | 7e394a8501354dc023a24e1bdc20fde3d7de61d3 /addressbook | |
parent | 6a8a66986dd13625f2620047b8f62f299947f2e8 (diff) | |
download | gsoc2013-evolution-e57a4bb617b0b1f61c64026d1a343b14c8ed2c4e.tar.gz gsoc2013-evolution-e57a4bb617b0b1f61c64026d1a343b14c8ed2c4e.tar.zst gsoc2013-evolution-e57a4bb617b0b1f61c64026d1a343b14c8ed2c4e.zip |
Fix error XML definitions with one button.
Don't need an "OK" button because EAlert already adds an [X] button to
dismiss the alert. So we wind up seeing [ OK ] [X], which looks silly.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/addressbook.error.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index 88010edf12..207de9d3cd 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -133,7 +133,6 @@ <_primary>Cannot add new contact</_primary> <!-- For Translators: {0} is the name of the address book source --> <_secondary>'{0}' is a read-only address book and cannot be modified. Please select a different address book from the side bar in the Contacts view.</_secondary> - <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> </error> </error-list> |