Changed all instances of "Wizard" and "Druid" to "Assistant".
2001-08-13 Anna Marie Dirks <anna@ximian.com> * mail-config.glade: Changed all instances of "Wizard" and "Druid" to "Assistant". * mail-config-druid.c: Ditto. svn path=/trunk/; revision=11960
This commit is contained in:
committed by
Anna Dirks
parent
b89002edea
commit
a5facd0e78
@ -1,3 +1,10 @@
|
||||
2001-08-13 Anna Marie Dirks <anna@ximian.com>
|
||||
|
||||
* mail-config.glade: Changed all instances of "Wizard" and "Druid"
|
||||
to "Assistant".
|
||||
|
||||
* mail-config-druid.c: Ditto.
|
||||
|
||||
2001-08-13 Anna Marie Dirks <anna@ximian.com>
|
||||
|
||||
* mail-accounts.c: Changed the title of the Mail Settings
|
||||
@ -166,7 +173,6 @@
|
||||
|
||||
* message-list.c (message_list_select): Fix inline documentation.
|
||||
|
||||
>>>>>>> 1.1546
|
||||
2001-08-09 Anna Marie Dirks <anna@ximian.com>
|
||||
|
||||
Fixes bug #6918
|
||||
|
||||
@ -460,7 +460,7 @@ construct (MailConfigDruid *druid)
|
||||
druid->druid = GNOME_DRUID (widget);
|
||||
|
||||
/* set window title */
|
||||
gtk_window_set_title (GTK_WINDOW (druid), _("Evolution Account Wizard"));
|
||||
gtk_window_set_title (GTK_WINDOW (druid), _("Evolution Account Assistant"));
|
||||
gtk_window_set_policy (GTK_WINDOW (druid), FALSE, TRUE, FALSE);
|
||||
gtk_window_set_modal (GTK_WINDOW (druid), TRUE);
|
||||
gtk_object_set (GTK_OBJECT (druid), "type", GTK_WINDOW_DIALOG, NULL);
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<class>GnomeDruidPageStart</class>
|
||||
<name>druidpagestart1</name>
|
||||
<title>Mail Configuration</title>
|
||||
<text>Welcome to the Evolution Mail Configuration Druid.
|
||||
<text>Welcome to the Evolution Mail Configuration Assistant.
|
||||
|
||||
Click "Next" to begin. </text>
|
||||
<title_color>255,255,255</title_color>
|
||||
@ -2169,7 +2169,7 @@ Kerberos
|
||||
<class>GtkWindow</class>
|
||||
<name>mail_accounts_window</name>
|
||||
<visible>False</visible>
|
||||
<title>window1</title>
|
||||
<title>Mail Settings</title>
|
||||
<type>GTK_WINDOW_TOPLEVEL</type>
|
||||
<position>GTK_WIN_POS_NONE</position>
|
||||
<modal>False</modal>
|
||||
|
||||
Reference in New Issue
Block a user