diff options
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index dca705bfef..591e945183 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-09-05 Anna Dirks <anna@ximian.com> + * gui/component/GNOME_Evolution_Addressbook.oaf.in : Changed the + description of the Directory Servers page of the settings dialog + to be a little less wordy {This page can be used to configure blah--> + Configure blah.} + + 2002-09-04 Chris Toshok <toshok@ximian.com> [ Fixes #29904 ] diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index bf1d943ee3..d62e1262f4 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -158,7 +158,7 @@ _value="Directory Servers"/> <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure access to LDAP directory servers"/> + _value="Configure access to LDAP directory servers here"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" value="ldap-settings.png"/> |