Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jani <m.jani@ultimaker.com>2020-03-10 13:05:30 +0300
committerMatt Jani <m.jani@ultimaker.com>2020-03-10 13:05:30 +0300
commit43ab23439b53b039c2e182d808e4e43fb0145b6c (patch)
tree5cdad6a9d586649827d1594c29f12d32f08652e7 /plugins/CuraEngineBackend/CuraEngineBackend.py
parent3887814660839c79da8d3ac94a541d9ac353a27c (diff)
Fixed small typo in nothing to slice
CURA-7277
Diffstat (limited to 'plugins/CuraEngineBackend/CuraEngineBackend.py')
-rwxr-xr-xplugins/CuraEngineBackend/CuraEngineBackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CuraEngineBackend/CuraEngineBackend.py b/plugins/CuraEngineBackend/CuraEngineBackend.py
index 24f3cb29a0..3dd0589865 100755
--- a/plugins/CuraEngineBackend/CuraEngineBackend.py
+++ b/plugins/CuraEngineBackend/CuraEngineBackend.py
@@ -424,7 +424,7 @@ class CuraEngineBackend(QObject, Backend):
self._error_message = Message(catalog.i18nc("@info:status", "Please review settings and check if your models:"
"\n- Fit within the build volume"
"\n- Are assigned to an enabled extruder"
- "\nr- Are not all set as modifier meshes"),
+ "\n- Are not all set as modifier meshes"),
title = catalog.i18nc("@info:title", "Unable to slice"))
self._error_message.show()
self.setState(BackendState.Error)