diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index a8bcaa2ac1..abd2a87ad0 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -153,14 +153,16 @@ </oaf_attribute> <oaf_attribute name="evolution:config_item:title" type="string" - _value="LDAP Sources"/> + _value="Directory Servers"/> <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure access to LDAP servers"/> + _value="This page can be used to configure access to directory servers using the LDAP protocol"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" value="evolution-contacts.png"/> + <oaf_attribute name="evolution:config_item:priority" type="string" value="-6"/> + <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Addressbook."/> |