Localization : Next phrases corrections and update for PrusaSlicer.pot

This commit is contained in:
YuSanka 2020-11-06 11:47:28 +01:00
parent 8f31f404a3
commit 1492bc9cd5
6 changed files with 29 additions and 27 deletions

View file

@ -1787,7 +1787,7 @@ void TabFilament::build()
// optgroup = page->new_optgroup(_(L("Temperature")) + wxString(" °C", wxConvUTF8));
optgroup = page->new_optgroup(L("Temperature"));
Line line = { L("Extruder"), "" };
Line line = { L("Nozzle"), "" };
line.append_option(optgroup->get_option("first_layer_temperature"));
line.append_option(optgroup->get_option("temperature"));
optgroup->append_line(line);