diff options
author | Andre Klapper <a901600@gmx.de> | 2004-11-09 08:40:46 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-11-09 08:40:46 +0800 |
commit | 38302fac354e1aca92c4cd9d25aecb04c5c42f59 (patch) | |
tree | 31ba545f50cbaca218a39680371a0e3929a3ce08 /addressbook | |
parent | 081fa5c06db9a42d5dc45fd4e16362379d6321a5 (diff) | |
download | gsoc2013-evolution-38302fac354e1aca92c4cd9d25aecb04c5c42f59.tar.gz gsoc2013-evolution-38302fac354e1aca92c4cd9d25aecb04c5c42f59.tar.zst gsoc2013-evolution-38302fac354e1aca92c4cd9d25aecb04c5c42f59.zip |
Fixes bug #61966.
2004-11-08 Andre Klapper <a901600@gmx.de>
Fixes bug #61966.
* addressbook-errors.xml: Add a missing word to a string.
svn path=/trunk/; revision=27867
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/addressbook-errors.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 316f0d5fd2..fefd3125da 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2004-11-08 Andre Klapper <a901600@gmx.de> + + Fixes bug #61966. + + * addressbook-errors.xml: Add a missing word to a string. + 2004-11-08 Steven Zhang <steven.zhang@sun.com> * gui/widgets/e-minicard.c: (e_minicard_activate_editor): diff --git a/addressbook/addressbook-errors.xml b/addressbook/addressbook-errors.xml index 9b9b499793..6aa5abb017 100644 --- a/addressbook/addressbook-errors.xml +++ b/addressbook/addressbook-errors.xml @@ -3,7 +3,7 @@ <error id="ldap-init" type="error" modal="true"> <primary>This addressbook could not be opened.</primary> - <secondary>This addressbook server might unreachable or the server name may be misspelled or your network connection could be down.</secondary> + <secondary>This addressbook 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"> |