Merge pull request #4518 from ElectroQuanta/origin/stable

Origin/stable
This commit is contained in:
Joseph Lenox 2018-08-23 18:08:51 -05:00 committed by GitHub
commit bd47015c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);