Update wording

CURA-2236
This commit is contained in:
fieldOfView 2016-09-06 08:32:51 +02:00
parent b735d46e90
commit 46acc4d351

View file

@ -890,7 +890,7 @@ class MachineManager(QObject):
return containers[0]
# Notify user that we were unable to find a matching quality
message = Message(catalog.i18nc("@info:status", "Unable to find a quality profile for this combination, using an empty one instead."))
message = Message(catalog.i18nc("@info:status", "Unable to find a quality profile for this combination. Default settings will be used instead."))
message.show()
return self._empty_quality_container