diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index aecd13a9c5..80aee99f64 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -12712,7 +12712,7 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"PrusaSlicer de-retracts correctly when it gets control back." +"OrcaSlicer de-retracts correctly when it gets control back." msgstr "" msgid "Extra de-retraction" diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index b90bab40d7..08f34b959a 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -14591,7 +14591,7 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"PrusaSlicer deretracts correctly when it gets control back." +"OrcaSlicer de-retracts correctly when it gets control back." msgstr "" "Özel G kodu bloğunun başlangıcındaki geri çekilme durumu. Özel G kodu " "ekstruder eksenini hareket ettirirse, Slicer'ın kontrolü geri aldığında " diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 3bdf381587..fce975c5b0 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -7417,7 +7417,7 @@ ReadWriteSlicingStatesConfigDef::ReadWriteSlicingStatesConfigDef() def = this->add("e_retracted", coFloats); def->label = L("Retraction"); def->tooltip = L("Retraction state at the beginning of the custom G-code block. If the custom G-code moves the extruder axis, " - "it should write to this variable so PrusaSlicer de-retracts correctly when it gets control back."); + "it should write to this variable so OrcaSlicer de-retracts correctly when it gets control back."); def = this->add("e_restart_extra", coFloats); def->label = L("Extra de-retraction");