From 7211561ab3fe77f02758df7f8d64ca97d6eca8ec Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 27 Jun 2012 21:51:12 +0200 Subject: [PATCH] Change wizard welcome text a bit --- lib/Slic3r/GUI/ConfigWizard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GUI/ConfigWizard.pm b/lib/Slic3r/GUI/ConfigWizard.pm index 3bfeb3bcc..0e28c78be 100644 --- a/lib/Slic3r/GUI/ConfigWizard.pm +++ b/lib/Slic3r/GUI/ConfigWizard.pm @@ -211,7 +211,7 @@ sub new { my ($parent) = @_; my $self = $class->SUPER::new($parent, 'Welcome to the Slic3r Configuration Wizard'); - $self->append_text('This configuration wizard will guide you through the most important settings of Slic3r in a few easy steps.'); + $self->append_text('Hello, welcome to Slic3r! This wizard will help you with the initial configuration; just a few settings and you will be ready to print.'); $self->append_text('Configuration will be based on your current configuration.'); $self->append_text('To continue, click Next.');