FIX: fixed typo for export_obj

This commit is contained in:
ElectroQuanta 2018-08-23 18:25:04 +01:00
parent 41c610b47e
commit 8d9f8001b3

View File

@ -1921,7 +1921,7 @@ CLIConfigDef::CLIConfigDef()
def->default_value = new ConfigOptionFloat(0);
def = this->add("export_obj", coBool);
def->label = __TRANS("Export SVG");
def->label = __TRANS("Export OBJ");
def->tooltip = __TRANS("Export the model as OBJ.");
def->cli = "export-obj";
def->default_value = new ConfigOptionBool(false);