diff options
author | Andre Klapper <a9016009@gmx.de> | 2008-07-21 06:34:21 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2008-07-21 06:34:21 +0800 |
commit | aa5fb639a6683a203bbfa8aa5f033734ceb3e133 (patch) | |
tree | bd90a4e11c78540e519412da8497fc8e6f9b7407 | |
parent | 13bc94d6adfda6bfc2691820677a0b0b0470339d (diff) | |
download | gsoc2013-evolution-aa5fb639a6683a203bbfa8aa5f033734ceb3e133.tar gsoc2013-evolution-aa5fb639a6683a203bbfa8aa5f033734ceb3e133.tar.gz gsoc2013-evolution-aa5fb639a6683a203bbfa8aa5f033734ceb3e133.tar.bz2 gsoc2013-evolution-aa5fb639a6683a203bbfa8aa5f033734ceb3e133.tar.lz gsoc2013-evolution-aa5fb639a6683a203bbfa8aa5f033734ceb3e133.tar.xz gsoc2013-evolution-aa5fb639a6683a203bbfa8aa5f033734ceb3e133.tar.zst gsoc2013-evolution-aa5fb639a6683a203bbfa8aa5f033734ceb3e133.zip |
Fix some strings. See bug #543753.
2008-07-20 Andre Klapper <a9016009@gmx.de>
* addressbook.error.xml: Fix some strings. See bug #543753.
svn path=/trunk/; revision=35786
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/addressbook.error.xml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index fd3aa36ca4..ac4277aa43 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2008-07-20 Andre Klapper <a9016009@gmx.de> + + * addressbook.error.xml: Fix some strings. See bug #543753. + 2008-07-13 Keith Packard <keithp@keithp.com> ** Fix for bug #541355 diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index ceec857adf..bfea4ce405 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -110,18 +110,18 @@ <error id="gw-book-list-init" type="warning"> <_primary>GroupWise Address book creation:</_primary> - <_secondary>Currently you can access only GroupWise System Address Book from Evolution. Please use some other GroupWise mail client once, to get your GroupWise Frequent Contacts and Groupwise Personal Contacts folders.</_secondary> + <_secondary>Currently you can access only GroupWise System Address Book from Evolution. Please use some other GroupWise mail client once, to get your GroupWise Frequent Contacts and GroupWise Personal Contacts folders.</_secondary> </error> <error id="contact-delete-error-perm" type="warning"> <_primary>Failed to delete contact</_primary> - <_secondary>You do not have enough permissions to delete contact in this Address Book.</_secondary> + <_secondary>You do not have permission to delete contacts in this address book.</_secondary> </error> <error id="error-read-only" type="error" default="GTK_RESPONSE_YES"> <_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 source. Switch to Contacts View and highlight an address book that can accept contacts.</_secondary> + <_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> |