Improved formatting of the vector of dimensions, improved wordings
of error messages and tooltips.
This commit is contained in:
Vojtech Bubnik 2020-12-12 08:34:43 +01:00
parent e78ad6ffa9
commit 621610da75
2 changed files with 6 additions and 5 deletions

View file

@ -64,7 +64,7 @@ void PrintConfigDef::init_common_params()
def = this->add("thumbnails", coPoints);
def->label = L("G-code thumbnails");
def->tooltip = L("Picture sizes to be stored into a .gcode and .sl1 files");
def->tooltip = L("Picture sizes to be stored into a .gcode and .sl1 files, in the following format: \"XxY, XxY, ...\"");
def->mode = comExpert;
def->gui_type = "one_string";
def->set_default_value(new ConfigOptionPoints());