Fixed typos from the previous commit.

This commit is contained in:
bubnikv 2018-06-07 22:54:26 +02:00
parent 2b5a1f3e60
commit 95047c1953
2 changed files with 2 additions and 2 deletions

View file

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