diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-14 04:40:58 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-14 04:40:58 +0800 |
commit | 18d674a7f6e4a37a5f6e5324cc9654ef85a3a839 (patch) | |
tree | d9ce3bd28402a5f09a4c336fc720d2d141214efb /shell/importer | |
parent | 47df5e395c36a5509b53005c9160b88431005282 (diff) | |
download | gsoc2013-evolution-18d674a7f6e4a37a5f6e5324cc9654ef85a3a839.tar gsoc2013-evolution-18d674a7f6e4a37a5f6e5324cc9654ef85a3a839.tar.gz gsoc2013-evolution-18d674a7f6e4a37a5f6e5324cc9654ef85a3a839.tar.bz2 gsoc2013-evolution-18d674a7f6e4a37a5f6e5324cc9654ef85a3a839.tar.lz gsoc2013-evolution-18d674a7f6e4a37a5f6e5324cc9654ef85a3a839.tar.xz gsoc2013-evolution-18d674a7f6e4a37a5f6e5324cc9654ef85a3a839.tar.zst gsoc2013-evolution-18d674a7f6e4a37a5f6e5324cc9654ef85a3a839.zip |
Changed all instances of "druid" and "wizard" to "assistant".
2001-08-13 Anna Marie Dirks <anna@ximian.com>
* importer/import.glade : Changed all instances of "druid"
and "wizard" to "assistant".
svn path=/trunk/; revision=11958
Diffstat (limited to 'shell/importer')
-rw-r--r-- | shell/importer/import.glade | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/shell/importer/import.glade b/shell/importer/import.glade index b540129d27..c3d858fbbf 100644 --- a/shell/importer/import.glade +++ b/shell/importer/import.glade @@ -19,7 +19,7 @@ <class>GtkWindow</class> <name>importwizard</name> <visible>False</visible> - <title>Evolution Importer Utility</title> + <title>Evolution Importer Assistant</title> <type>GTK_WINDOW_TOPLEVEL</type> <position>GTK_WIN_POS_NONE</position> <modal>False</modal> @@ -34,26 +34,26 @@ <widget> <class>GnomeDruidPageStart</class> <name>page1</name> - <title>Evolution Import Utility</title> - <text>Welcome to the Evolution Import Utility. -With this wizard you will be guided through the process of + <title>Evolution Import Assistant</title> + <text>Welcome to the Evolution Import Assistant. +With this assistant you will be guided through the process of importing external files into Evolution.</text> - <title_color>1,1,1</title_color> + <title_color>255,255,255</title_color> <text_color>0,0,0</text_color> - <background_color>153,174,191</background_color> - <logo_background_color>255,255,255</logo_background_color> + <background_color>1,1,1</background_color> + <logo_background_color>1,1,1</logo_background_color> <textbox_color>255,255,255</textbox_color> - <logo_image>../../images/evolution/import.png</logo_image> + <logo_image>import.png</logo_image> </widget> <widget> <class>GnomeDruidPageStandard</class> <name>page2</name> - <title>Select a file</title> - <title_color>1,1,1</title_color> - <background_color>153,174,191</background_color> - <logo_background_color>255,255,255</logo_background_color> - <logo_image>../../images/evolution/import.png</logo_image> + <title>Select a File (step 1 of 2)</title> + <title_color>255,255,255</title_color> + <background_color>1,1,1</background_color> + <logo_background_color>1,1,1</logo_background_color> + <logo_image>import.png</logo_image> <widget> <class>GtkVBox</class> @@ -76,14 +76,14 @@ importing external files into Evolution.</text> <widget> <class>GnomeDruidPageFinish</class> <name>page3</name> - <title>Import</title> + <title>Import File (Step 2 of 2)</title> <text>Click "Import" to begin importing the file into Evolution. </text> - <background_color>153,174,191</background_color> - <logo_background_color>255,255,255</logo_background_color> + <background_color>1,1,1</background_color> + <logo_background_color>1,1,1</logo_background_color> <textbox_color>255,255,255</textbox_color> <text_color>0,0,0</text_color> - <title_color>1,1,1</title_color> - <logo_image>../../images/evolution/import.png</logo_image> + <title_color>255,255,255</title_color> + <logo_image>import.png</logo_image> </widget> </widget> </widget> |