mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Change wizard welcome text a bit
This commit is contained in:
parent
145b9076cc
commit
7211561ab3
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ sub new {
|
||||||
my ($parent) = @_;
|
my ($parent) = @_;
|
||||||
my $self = $class->SUPER::new($parent, 'Welcome to the Slic3r Configuration Wizard');
|
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('Configuration will be based on your current configuration.');
|
||||||
$self->append_text('To continue, click Next.');
|
$self->append_text('To continue, click Next.');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue