diff options
author | Anna Dirks <anna@ximian.com> | 2002-09-06 02:34:12 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2002-09-06 02:34:12 +0800 |
commit | e851f7945f5f5109d658b106684c9c599c5acf43 (patch) | |
tree | 9361461c9eb162f2f394d4fabf8799a95e170141 /addressbook | |
parent | b15a6529ff3458a6e611123b89dc13b44b677cac (diff) | |
download | gsoc2013-evolution-e851f7945f5f5109d658b106684c9c599c5acf43.tar gsoc2013-evolution-e851f7945f5f5109d658b106684c9c599c5acf43.tar.gz gsoc2013-evolution-e851f7945f5f5109d658b106684c9c599c5acf43.tar.bz2 gsoc2013-evolution-e851f7945f5f5109d658b106684c9c599c5acf43.tar.lz gsoc2013-evolution-e851f7945f5f5109d658b106684c9c599c5acf43.tar.xz gsoc2013-evolution-e851f7945f5f5109d658b106684c9c599c5acf43.tar.zst gsoc2013-evolution-e851f7945f5f5109d658b106684c9c599c5acf43.zip |
Changed the description of the Directory Servers page of the settings
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.}
svn path=/trunk/; revision=17990
Diffstat (limited to 'addressbook')
-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"/> |