mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:02:04 +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 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";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user