diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml index 801fdc59be..5a71fc1ad8 100644 --- a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml +++ b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml @@ -139,7 +139,7 @@ Item id: infillOnlyComboBoxModel Component.onCompleted: { - append({ text: catalog.i18nc("@item:inlistbox", "Infill only") }) + append({ text: catalog.i18nc("@item:inlistbox", "Infill mesh only") }) append({ text: catalog.i18nc("@item:inlistbox", "Cutting mesh") }) } }