Clarify warning for filament diameter change

It's the diameter of the filament, not the diameter of the material. Diameter of a material doesn't make any sense. Also corrected grammar and clarified context.
This commit is contained in:
Ghostkeeper 2018-04-20 11:27:59 +02:00
parent fc1eef2b0c
commit d2caeee8c1
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -92,7 +92,7 @@ TabView
icon: StandardIcon.Question;
title: catalog.i18nc("@title:window", "Confirm Diameter Change")
text: catalog.i18nc("@label (%1 is object name)", "The new material diameter is set to %1 mm, which is not compatible to the current machine. Do you wish to continue?".arg(new_diameter_value))
text: catalog.i18nc("@label (%1 is a number)", "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?".arg(new_diameter_value))
standardButtons: StandardButton.Yes | StandardButton.No
modality: Qt.ApplicationModal