mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Update wording
CURA-2236
This commit is contained in:
parent
b735d46e90
commit
46acc4d351
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue