fix localization

This commit is contained in:
remi durand 2021-07-01 09:54:56 +02:00
parent 36dfffbd90
commit 33e033cfc5

View File

@ -52,10 +52,10 @@ std::string toString(OptionCategory opt) {
case firmware: return "Firmware"; case firmware: return "Firmware";
case pad: return "Pad"; case pad: return "Pad";
case padSupp: return "Pad and Support"; case padSupp: return "Pad and Support";
case wipe: return "Wipe Options"; case wipe: return L("Wipe Options");
case milling: return "Milling"; case milling: return L("Milling");
case hollowing: return "Hollowing"; case hollowing: return "Hollowing";
case milling_extruders: return "Milling extruders"; case milling_extruders: return "Milling tools";
} }
return "error"; return "error";
} }