mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 05:30:40 +08:00
wording
This commit is contained in:
parent
6f88bcd7b4
commit
7a16ec96de
@ -28,7 +28,7 @@ sub new {
|
||||
my $text_trafo = Wx::StaticText->new($self, -1, "Handling of transformations made inside Slic3r:", wxDefaultPosition, wxDefaultSize);
|
||||
|
||||
# cb_Transformation
|
||||
$self->{cb_Transformation} = my $cb_Transformation = Wx::CheckBox->new($self, -1, "Preserve transformation");
|
||||
$self->{cb_Transformation} = my $cb_Transformation = Wx::CheckBox->new($self, -1, "Preserve transformations");
|
||||
$cb_Transformation->SetValue($default_preserve);
|
||||
|
||||
# cb_HideDialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user