fix pot/po

This commit is contained in:
SoftFever 2023-03-16 21:35:07 +08:00
parent a5a3262c32
commit cdf7a7722a
13 changed files with 62 additions and 65 deletions

View file

@ -2453,7 +2453,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("z_hop_types", coEnums);
def->label = L("Z Hop Type");
def->tooltip = L("");
def->tooltip = L("Z hop type");
def->enum_keys_map = &ConfigOptionEnum<ZHopType>::get_enum_values();
def->enum_values.push_back("Auto Lift");
def->enum_values.push_back("Normal Lift");