diff options
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"> |