diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index 106ded3853..7d341365c5 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -12046,7 +12046,7 @@ msgstr "" msgid "" "We would rename the presets as \"Vendor Type Serial @printer you " "selected\". \n" -"To add preset for more prinetrs, Please go to printer selection" +"To add preset for more printers, Please go to printer selection" msgstr "" msgid "Create Printer/Nozzle" diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/OrcaSlicer_en.po index 5f19440cae..d3cbac6f5e 100644 --- a/localization/i18n/en/OrcaSlicer_en.po +++ b/localization/i18n/en/OrcaSlicer_en.po @@ -12756,7 +12756,7 @@ msgstr "" msgid "" "We would rename the presets as \"Vendor Type Serial @printer you " "selected\". \n" -"To add preset for more prinetrs, Please go to printer selection" +"To add preset for more printers, Please go to printer selection" msgstr "" msgid "Create Printer/Nozzle" diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/OrcaSlicer_hu.po index 517d1fcee3..d6ab001e41 100644 --- a/localization/i18n/hu/OrcaSlicer_hu.po +++ b/localization/i18n/hu/OrcaSlicer_hu.po @@ -12849,7 +12849,7 @@ msgstr "" msgid "" "We would rename the presets as \"Vendor Type Serial @printer you " "selected\". \n" -"To add preset for more prinetrs, Please go to printer selection" +"To add preset for more printers, Please go to printer selection" msgstr "" msgid "Create Printer/Nozzle" diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/OrcaSlicer_ja.po index 5db41b8bd8..a1baa54ec0 100644 --- a/localization/i18n/ja/OrcaSlicer_ja.po +++ b/localization/i18n/ja/OrcaSlicer_ja.po @@ -12473,7 +12473,7 @@ msgstr "" msgid "" "We would rename the presets as \"Vendor Type Serial @printer you " "selected\". \n" -"To add preset for more prinetrs, Please go to printer selection" +"To add preset for more printers, Please go to printer selection" msgstr "" msgid "Create Printer/Nozzle" diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/OrcaSlicer_nl.po index 4d32b1672f..9a5da3997f 100644 --- a/localization/i18n/nl/OrcaSlicer_nl.po +++ b/localization/i18n/nl/OrcaSlicer_nl.po @@ -12963,7 +12963,7 @@ msgstr "" msgid "" "We would rename the presets as \"Vendor Type Serial @printer you " "selected\". \n" -"To add preset for more prinetrs, Please go to printer selection" +"To add preset for more printers, Please go to printer selection" msgstr "" msgid "Create Printer/Nozzle" diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/OrcaSlicer_sv.po index b00ed9fb37..70bbf52d3b 100644 --- a/localization/i18n/sv/OrcaSlicer_sv.po +++ b/localization/i18n/sv/OrcaSlicer_sv.po @@ -12775,7 +12775,7 @@ msgstr "" msgid "" "We would rename the presets as \"Vendor Type Serial @printer you " "selected\". \n" -"To add preset for more prinetrs, Please go to printer selection" +"To add preset for more printers, Please go to printer selection" msgstr "" msgid "Create Printer/Nozzle" diff --git a/src/slic3r/GUI/CreatePresetsDialog.cpp b/src/slic3r/GUI/CreatePresetsDialog.cpp index 8f48923c4e..9b7fdee95e 100644 --- a/src/slic3r/GUI/CreatePresetsDialog.cpp +++ b/src/slic3r/GUI/CreatePresetsDialog.cpp @@ -1181,7 +1181,7 @@ void CreateFilamentPresetDialog::select_curr_radiobox(std::vectorSetLabelColor(DEFAULT_PROMPT_TEXT_COLOUR); } } else if (curr_selected_type == m_create_type.base_filament_preset) { - m_filament_preset_text->SetLabel(_L("We would rename the presets as \"Vendor Type Serial @printer you selected\". \nTo add preset for more prinetrs, Please go to printer selection")); + m_filament_preset_text->SetLabel(_L("We would rename the presets as \"Vendor Type Serial @printer you selected\". \nTo add preset for more printers, Please go to printer selection")); m_filament_preset_combobox->Hide(); if (_L("Select Type") != m_filament_type_combobox->GetLabel()) {