From 91760aa0dc772f1767e0a8c268bb66065b640089 Mon Sep 17 00:00:00 2001 From: photog0411 Date: Sat, 15 Dec 2018 11:36:27 -0500 Subject: [PATCH] Update Tab.cpp --- xs/src/slic3r/GUI/Tab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/slic3r/GUI/Tab.cpp b/xs/src/slic3r/GUI/Tab.cpp index d3d74f6c2..3ec0310eb 100644 --- a/xs/src/slic3r/GUI/Tab.cpp +++ b/xs/src/slic3r/GUI/Tab.cpp @@ -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);