diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-30 06:48:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-30 06:48:53 +0800 |
commit | 2a151588c8818abdf4c6155d21dc9a422c90ae63 (patch) | |
tree | 3210e35d5f14020b36397815c4891aa24846cbda /addressbook/gui/component | |
parent | 639900dfc7ebb4ccf201038f8c1257a8c1547126 (diff) | |
download | gsoc2013-evolution-2a151588c8818abdf4c6155d21dc9a422c90ae63.tar.gz gsoc2013-evolution-2a151588c8818abdf4c6155d21dc9a422c90ae63.tar.zst gsoc2013-evolution-2a151588c8818abdf4c6155d21dc9a422c90ae63.zip |
Add priority for the config page. Renamed to "Directory Servers".
* gui/component/GNOME_Evolution_Addressbook.oaf.in: Add priority
for the config page. Renamed to "Directory Servers".
svn path=/trunk/; revision=16292
Diffstat (limited to 'addressbook/gui/component')
-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."/> |