diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-10-29 00:21:53 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-10-29 00:21:53 +0800 |
commit | b485d28c3b091a67a53ff699eb731f5ce2b68328 (patch) | |
tree | 2401b9971f1794fb294e287253d79026e44dc9b4 /modules | |
parent | 8f5493140c4da6e81e2c14e77833bfbb56c619f8 (diff) | |
download | gsoc2013-evolution-b485d28c3b091a67a53ff699eb731f5ce2b68328.tar gsoc2013-evolution-b485d28c3b091a67a53ff699eb731f5ce2b68328.tar.gz gsoc2013-evolution-b485d28c3b091a67a53ff699eb731f5ce2b68328.tar.bz2 gsoc2013-evolution-b485d28c3b091a67a53ff699eb731f5ce2b68328.tar.lz gsoc2013-evolution-b485d28c3b091a67a53ff699eb731f5ce2b68328.tar.xz gsoc2013-evolution-b485d28c3b091a67a53ff699eb731f5ce2b68328.tar.zst gsoc2013-evolution-b485d28c3b091a67a53ff699eb731f5ce2b68328.zip |
Remove 'Click the Forward button to continue' sentence (plus the Forward button was actually a Continue button anyway)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/startup-wizard/evolution-startup-wizard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/startup-wizard/evolution-startup-wizard.c b/modules/startup-wizard/evolution-startup-wizard.c index 1184948dd7..029ea86a94 100644 --- a/modules/startup-wizard/evolution-startup-wizard.c +++ b/modules/startup-wizard/evolution-startup-wizard.c @@ -507,8 +507,7 @@ startup_wizard_new_assistant (EStartupWizard *extension) GTK_LABEL (widget), _("Welcome to Evolution. The next few screens will " "allow Evolution to connect to your email accounts, " - "and to import files from other applications. \n\n" - "Please click the \"Forward\" button to continue. ")); + "and to import files from other applications.")); /* Finalize the EMAccountEditor along with the GtkAssistant. */ g_object_set_data_full ( |