diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-11-02 08:56:57 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-11-02 08:56:57 +0800 |
commit | e19db28c90c8172562167bfac8a44b09d45d5083 (patch) | |
tree | 67a1ee8d9cda2929ffb4b09cb7222333e953b68c | |
parent | 90d5a23a2345ef3221c0a77bb46da90145b4ba77 (diff) | |
download | gsoc2013-evolution-e19db28c90c8172562167bfac8a44b09d45d5083.tar.gz gsoc2013-evolution-e19db28c90c8172562167bfac8a44b09d45d5083.tar.zst gsoc2013-evolution-e19db28c90c8172562167bfac8a44b09d45d5083.zip |
Changed the welcome message and the finishing message to be more
2001-11-01 Anna Marie Dirks <anna@ximian.com>
* glade/evolution-startup-wizard.glade: Changed the welcome
message and the finishing message to be more descriptive. Also
changed the window title to be "Evolution Setup Assistant". Finally,
fixed a misnamed icon (replaced timezone.png with timezone-48.png).
Partially fixes bug #14281 and totally fixes #14286.
svn path=/trunk/; revision=14567
-rw-r--r-- | shell/ChangeLog | 8 | ||||
-rw-r--r-- | shell/glade/evolution-startup-wizard.glade | 19 |
2 files changed, 20 insertions, 7 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index bf03e571b4..29f9520002 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-11-01 Anna Marie Dirks <anna@ximian.com> + + * glade/evolution-startup-wizard.glade: Changed the welcome + message and the finishing message to be more descriptive. Also + changed the window title to be "Evolution Setup Assistant". Finally, + fixed a misnamed icon (replaced timezone.png with timezone-48.png). + Partially fixes bug #14281 and totally fixes #14286. + 2001-10-31 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c (cursor_activated): Don't do operations on diff --git a/shell/glade/evolution-startup-wizard.glade b/shell/glade/evolution-startup-wizard.glade index ab4d4f5ec1..5722be4f8e 100644 --- a/shell/glade/evolution-startup-wizard.glade +++ b/shell/glade/evolution-startup-wizard.glade @@ -16,7 +16,7 @@ <class>GtkWindow</class> <name>startup-wizard</name> <visible>False</visible> - <title>Setup Assistant</title> + <title>Evolution Setup Assistant</title> <type>GTK_WINDOW_TOPLEVEL</type> <position>GTK_WIN_POS_NONE</position> <modal>False</modal> @@ -31,10 +31,12 @@ <widget> <class>GnomeDruidPageStart</class> <name>start-page</name> - <title>First Run Setup Assistant</title> - <text>Welcome to the Evolution first run setup assistant + <title>Welcome</title> + <text>Welcome to Evolution. The next few screens will allow +Evolution to connect to your email accounts, and to import +files from other applications. -This assistant will help you get started</text> +Please click the "Next" button to continue. </text> <title_color>255,255,255</title_color> <text_color>0,0,0</text_color> <background_color>0,0,1</background_color> @@ -185,7 +187,7 @@ This assistant will help you get started</text> <title_color>255,255,255</title_color> <background_color>0,0,1</background_color> <logo_background_color>1,1,1</logo_background_color> - <logo_image>timezone.png</logo_image> + <logo_image>timezone-48.png</logo_image> <widget> <class>GtkVBox</class> @@ -208,7 +210,7 @@ This assistant will help you get started</text> <widget> <class>GnomeDruidPageStandard</class> <name>import-page</name> - <title>Importing Data</title> + <title>Importing Files</title> <title_color>255,255,255</title_color> <background_color>0,0,1</background_color> <logo_background_color>1,1,1</logo_background_color> @@ -236,7 +238,10 @@ This assistant will help you get started</text> <class>GnomeDruidPageFinish</class> <name>done-page</name> <title>Done</title> - <text>Your configuration is complete.</text> + <text>You have successfully entered all of the information +needed to setup Evolution. + +Click the "Finish" button to save your settings. </text> <background_color>0,0,1</background_color> <logo_background_color>1,1,1</logo_background_color> <textbox_color>255,255,255</textbox_color> |