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
This commit is contained in:
committed by
Anna Dirks
parent
90d5a23a23
commit
e19db28c90
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user