Localization: Added plural form for some phrases, updated POT

This commit is contained in:
YuSanka 2021-02-03 21:30:38 +01:00
parent 6846ba0b59
commit 0baa92fab8
7 changed files with 2017 additions and 1878 deletions

View file

@ -1081,7 +1081,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("fuzzy_skin_thickness", coFloat);
def->label = L("Fuzzy skin thickness");
def->category = L("Fuzzy Skin");
def->tooltip = L("");
def->tooltip = "";
def->sidetext = L("mm");
def->min = 0;
def->mode = comAdvanced;
@ -1090,7 +1090,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("fuzzy_skin_point_dist", coFloat);
def->label = L("Fuzzy skin point distance");
def->category = L("Fuzzy Skin");
def->tooltip = L("");
def->tooltip = "";
def->sidetext = L("mm");
def->min = 0;
def->mode = comAdvanced;