mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:12:01 +08:00
fix localization
This commit is contained in:
parent
36dfffbd90
commit
33e033cfc5
@ -52,10 +52,10 @@ std::string toString(OptionCategory opt) {
|
||||
case firmware: return "Firmware";
|
||||
case pad: return "Pad";
|
||||
case padSupp: return "Pad and Support";
|
||||
case wipe: return "Wipe Options";
|
||||
case milling: return "Milling";
|
||||
case wipe: return L("Wipe Options");
|
||||
case milling: return L("Milling");
|
||||
case hollowing: return "Hollowing";
|
||||
case milling_extruders: return "Milling extruders";
|
||||
case milling_extruders: return "Milling tools";
|
||||
}
|
||||
return "error";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user