Fixes #3721 - Typo in lang files (#3722)

* Update OrcaSlicer.pot

* Update CreatePresetsDialog.cpp

* Update OrcaSlicer_hu.po

* Update OrcaSlicer_nl.po

* Update OrcaSlicer_ja.po

* Update OrcaSlicer_sv.po

* Update OrcaSlicer_en.po
This commit is contained in:
Eldenroot 2024-01-19 17:09:24 +01:00 committed by GitHub
parent 54795dfaaa
commit e673e48c57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -1181,7 +1181,7 @@ void CreateFilamentPresetDialog::select_curr_radiobox(std::vector<std::pair<Radi
m_filament_preset_combobox->SetLabelColor(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()) {