From 2625bbef44ab2cf6c2c0addf49d47cf2caa6be47 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 12 Mar 2020 14:01:03 +0100 Subject: [PATCH] Changed pos infill only label per suggestions by Tim and Yi-An CURA-7255 --- plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }) } }