mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX:add multilingual translation
Change-Id: I2227bd55a48c7ce136f97893bd797a161459007e
This commit is contained in:
parent
121dccc59c
commit
a3fbcf2963
22 changed files with 192 additions and 111 deletions
|
@ -4385,7 +4385,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv
|
|||
{
|
||||
case EViewType::FeatureType:
|
||||
{
|
||||
append_headers({_u8L("Line type"), _u8L("Time"), _u8L("Percent"), "", _u8L("Display")}, offsets);
|
||||
append_headers({_u8L("Line Type"), _u8L("Time"), _u8L("Percent"), "", _u8L("Display")}, offsets);
|
||||
break;
|
||||
}
|
||||
case EViewType::Height: { imgui.title(_u8L("Layer Height (mm)")); break; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue