Make wording more consistent

Contributes to issue CURA-3732.
This commit is contained in:
Ghostkeeper 2017-05-11 11:22:02 +02:00
parent 8e7637ae62
commit e3236bec4d
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -192,7 +192,7 @@ Item
percentageMax: 0, percentageMax: 0,
stepsMin: -1, stepsMin: -1,
stepsMax: 0, stepsMax: 0,
text: catalog.i18nc("@label", "Empty infill will leave your model hollow with low strength"), text: catalog.i18nc("@label", "Empty infill will leave your model hollow with low strength."),
icon: "hollow" icon: "hollow"
}) })
infillModel.append({ infillModel.append({
@ -203,7 +203,7 @@ Item
percentageMax: 30, percentageMax: 30,
stepsMin: -1, stepsMin: -1,
stepsMax: 0, stepsMax: 0,
text: catalog.i18nc("@label", "Light (20%) infill will give your model an average strength"), text: catalog.i18nc("@label", "Light (20%) infill will give your model an average strength."),
icon: "sparse" icon: "sparse"
}) })
infillModel.append({ infillModel.append({
@ -214,7 +214,7 @@ Item
percentageMax: 70, percentageMax: 70,
stepsMin: -1, stepsMin: -1,
stepsMax: 0, stepsMax: 0,
text: catalog.i18nc("@label", "Dense (50%) infill will give your model an above average strength"), text: catalog.i18nc("@label", "Dense (50%) infill will give your model an above average strength."),
icon: "dense" icon: "dense"
}) })
infillModel.append({ infillModel.append({
@ -225,7 +225,7 @@ Item
percentageMax: 9999999999, percentageMax: 9999999999,
stepsMin: -1, stepsMin: -1,
stepsMax: 0, stepsMax: 0,
text: catalog.i18nc("@label", "Solid (100%) infill will make your model completely solid"), text: catalog.i18nc("@label", "Solid (100%) infill will make your model completely solid."),
icon: "solid" icon: "solid"
}) })
infillModel.append({ infillModel.append({
@ -237,7 +237,7 @@ Item
stepsMin: 0, stepsMin: 0,
stepsMax: 9999999999, stepsMax: 9999999999,
infill_layer_height: 1.5, infill_layer_height: 1.5,
text: catalog.i18nc("@label", "This will gradually increase the amount of infill towards the top"), text: catalog.i18nc("@label", "Gradual infill will gradually increase the amount of infill towards the top."),
icon: "gradual" icon: "gradual"
}) })
} }