diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-30 06:49:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-30 06:49:16 +0800 |
commit | e718f1376203b4206a4625d226e9b27efd74baac (patch) | |
tree | c6632b0a688d1920251447c7ce891405a551dff5 /calendar/gui/GNOME_Evolution_Calendar.oaf.in | |
parent | 2a151588c8818abdf4c6155d21dc9a422c90ae63 (diff) | |
download | gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.tar.gz gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.tar.zst gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.zip |
Set a priority for the config item. Rename to "Calendar and Tasks".
* gui/GNOME_Evolution_Calendar.oaf.in: Set a priority for the
config item. Rename to "Calendar and Tasks".
svn path=/trunk/; revision=16293
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.oaf.in')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index caa44fc69b..5f94f69a61 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -177,14 +177,16 @@ </oaf_attribute> <oaf_attribute name="evolution:config_item:title" type="string" - _value="Calendar Settings"/> + _value="Calendar and Tasks"/> <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure your calendar settings"/> + _value="This page can be used to configure Calendar and Task preferences"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" value="evolution-calendar.png"/> + <oaf_attribute name="evolution:config_item:priority" type="string" value="-7"/> + <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Calendar."/> |