aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-05-09 23:47:12 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-05-09 23:47:12 +0800
commit5446f7c530b4d01e69cde90db03df4423c099e47 (patch)
tree64dd3b9897067fc574c2f195e717abf68a42ff31
parent0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b (diff)
downloadgsoc2013-evolution-5446f7c530b4d01e69cde90db03df4423c099e47.tar
gsoc2013-evolution-5446f7c530b4d01e69cde90db03df4423c099e47.tar.gz
gsoc2013-evolution-5446f7c530b4d01e69cde90db03df4423c099e47.tar.bz2
gsoc2013-evolution-5446f7c530b4d01e69cde90db03df4423c099e47.tar.lz
gsoc2013-evolution-5446f7c530b4d01e69cde90db03df4423c099e47.tar.xz
gsoc2013-evolution-5446f7c530b4d01e69cde90db03df4423c099e47.tar.zst
gsoc2013-evolution-5446f7c530b4d01e69cde90db03df4423c099e47.zip
Fill in "blah blah blah".
* mail-config.c (mail_config_druid): Fill in "blah blah blah". svn path=/trunk/; revision=2945
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-config.c19
2 files changed, 17 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f2faf01123..1798565251 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-09 Matt Loper <matt@helixcode.com>
+
+ * mail-config.c (mail_config_druid): Fill in "blah blah blah".
+
2000-05-09 Dan Winship <danw@helixcode.com>
* folder-browser.c (folder_browser_load_folder): make this a
diff --git a/mail/mail-config.c b/mail/mail-config.c
index 0467d72bf0..9c68ea7931 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -920,9 +920,14 @@ mail_config_druid (void)
GTK_SIGNAL_FUNC (cancel), window);
/* Start page */
- page = gnome_druid_page_start_new_with_vals (_("Mail Configuration"),
- "blah blah blah",
- mail_logo, NULL);
+ page = gnome_druid_page_start_new_with_vals (
+ _("Mail Configuration"),
+ "Welcome to the Evolution Mail configuration wizard!\n"
+ "By filling in some information about your email\n"
+ "settings,you can start sending and receiving email\n"
+ "right away. Click \"Next\" to continue.",
+ mail_logo, NULL);
+
gnome_druid_page_start_set_logo_bg_color (
GNOME_DRUID_PAGE_START (page),
&GNOME_DRUID_PAGE_START (page)->background_color);
@@ -986,9 +991,11 @@ mail_config_druid (void)
/* Finish page */
- page = gnome_druid_page_finish_new_with_vals (_("Mail Configuration"),
- "blah blah blah done",
- mail_logo, NULL);
+ page = gnome_druid_page_finish_new_with_vals (
+ _("Mail Configuration"),
+ "Your email configuration is now complete.\n"
+ "Click \"finish\" to save your new settings",
+ mail_logo, NULL);
gnome_druid_page_finish_set_logo_bg_color (
GNOME_DRUID_PAGE_FINISH (page),
&GNOME_DRUID_PAGE_FINISH (page)->background_color);