diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/GNOME_Evolution_Mail.oaf.in | 11 |
2 files changed, 13 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ee58e7499d..cc39096393 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-09-05 Anna Marie Dirks <anna@ximian.com> + + * GNOME_Evolution_Mail.oaf.in: Changed the descriptions of the + fonts, mail, accounts and composer pages of the settings dialog to be + hopefully more descriptive and less confusing. + 2002-09-04 Ettore Perazzoli <ettore@ximian.com> * upgrade-mailer.c (upgrade): Return FALSE here. diff --git a/mail/GNOME_Evolution_Mail.oaf.in b/mail/GNOME_Evolution_Mail.oaf.in index 0c3dae4ec7..4d6f4ea33a 100644 --- a/mail/GNOME_Evolution_Mail.oaf.in +++ b/mail/GNOME_Evolution_Mail.oaf.in @@ -212,7 +212,7 @@ _value="Mail Accounts"/> <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure E-Mail Accounts"/> + _value="Configure your email accounts here"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" value="mail-accounts-settings.png"/> @@ -241,7 +241,7 @@ _value="Mail Preferences"/> <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure Mailer preferences"/> + _value="Configure mail preferences, including security and message display, here"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" value="mail-config-druid.png"/> @@ -266,7 +266,7 @@ _value="Font Preferences"/> <oaf_attribute name="evolution:config_item:description" type="string" - _value="This Page can be used to configure the Fonts"/> + _value="Configure the fonts used by Evolution here"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" value="font.png"/> @@ -291,7 +291,7 @@ _value="Composer Preferences"/> <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure the Composer"/> + _value="Configure spell-checking, signatures, and the message composer here"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" value="composer-settings.png"/> @@ -304,3 +304,6 @@ </oaf_server> </oaf_info> + + + |