mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 22:25:54 +08:00
Fixed a typo in export_obj parameter label
This commit is contained in:
parent
5ec507e9ea
commit
1fd6748178
@ -2926,7 +2926,7 @@ CLIActionsConfigDef::CLIActionsConfigDef()
|
|||||||
|
|
||||||
// Actions:
|
// Actions:
|
||||||
def = this->add("export_obj", coBool);
|
def = this->add("export_obj", coBool);
|
||||||
def->label = L("Export SVG");
|
def->label = L("Export OBJ");
|
||||||
def->tooltip = L("Export the model(s) as OBJ.");
|
def->tooltip = L("Export the model(s) as OBJ.");
|
||||||
def->default_value = new ConfigOptionBool(false);
|
def->default_value = new ConfigOptionBool(false);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user