mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Rename 'Save Config' menu item to 'Export Config' to match button label.
This commit is contained in:
parent
60ff9938ef
commit
b59040f954
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue