mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Make it more clear that the wizard uses your current configuration as basis
This commit is contained in:
parent
52872753df
commit
dbc42f6841
1 changed files with 2 additions and 2 deletions
|
@ -211,8 +211,8 @@ 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('This configuration wizard will guide you through the most important settings of Slic3r in a few easy steps.');
|
||||||
'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.');
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue