diff options
-rw-r--r-- | plugins/startup-wizard/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/plugins/startup-wizard/ChangeLog b/plugins/startup-wizard/ChangeLog index 2aad1c410e..faeebb70f1 100644 --- a/plugins/startup-wizard/ChangeLog +++ b/plugins/startup-wizard/ChangeLog @@ -1,3 +1,11 @@ +2008-08-01 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #529460 + + * org-gnome-evolution-startup-wizard.eplug.xml: + Change "Startup Wizard" to "Setup Assistant". Also make the + plugin description less lame. + 2008-06-02 Jacob Brown <jeblinux@gmail.com> ** Fix for bug #529464 diff --git a/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml b/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml index 0f57b6db89..1197633a23 100644 --- a/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml +++ b/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml @@ -4,9 +4,9 @@ type="shlib" id="org.gnome.evolution.plugin.startup-wizard" location="@PLUGINDIR@/liborg-gnome-evolution-startup-wizard@SOEXT@" - _name="Startup wizard"> + _name="Setup Assistant"> <author name="JP Rosevear" email="jpr@novell.com"/> - <_description>A plugin that manages the Startup wizard.</_description> + <_description>Guides you through your initial account setup.</_description> <hook class="org.gnome.evolution.shell.events:1.0"> <event id="upgrade.done" |