mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 23:05:10 +08:00
Rename 'Save Config' menu item to 'Export Config' to match button label.
This commit is contained in:
parent
60ff9938ef
commit
b59040f954
@ -63,7 +63,7 @@ sub OnInit {
|
|||||||
# File menu
|
# File menu
|
||||||
my $fileMenu = Wx::Menu->new;
|
my $fileMenu = Wx::Menu->new;
|
||||||
{
|
{
|
||||||
$fileMenu->Append(1, "Save Config…");
|
$fileMenu->Append(1, "Export Config…");
|
||||||
$fileMenu->Append(2, "Open Config…");
|
$fileMenu->Append(2, "Open Config…");
|
||||||
$fileMenu->AppendSeparator();
|
$fileMenu->AppendSeparator();
|
||||||
$fileMenu->Append(3, "Slice…");
|
$fileMenu->Append(3, "Slice…");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user