diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-05-09 23:47:12 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-05-09 23:47:12 +0800 |
commit | 5446f7c530b4d01e69cde90db03df4423c099e47 (patch) | |
tree | 64dd3b9897067fc574c2f195e717abf68a42ff31 /mail/mail-config.c | |
parent | 0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b (diff) | |
download | gsoc2013-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
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r-- | mail/mail-config.c | 19 |
1 files changed, 13 insertions, 6 deletions
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); |