Update Tab.cpp

This commit is contained in:
photog0411 2018-12-15 11:36:27 -05:00 committed by GitHub
parent b647bad807
commit 91760aa0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -846,7 +846,7 @@ void TabPrint::build()
optgroup = page->new_optgroup(_(L("Reducing printing time")));
optgroup->append_single_option_line("infill_every_layers");
optgroup->append_single_option_line("infill_only_where_needed");
line = { _(L("Suporting dense layer")), "" };
line = { _(L("Supporting dense layer")), "" };
line.append_option(optgroup->get_option("infill_dense"));
line.append_option(optgroup->get_option("infill_dense_algo"));
optgroup->append_line(line);