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:
authorMark <mark.suurmond@gmail.com>2018-05-28 16:27:22 +0300
committerMark <mark.suurmond@gmail.com>2018-05-28 16:27:22 +0300
commit6a7812a18f2533f152e4effcaa291a33bd5b18f4 (patch)
treefe88cee2303229ddba83119407fc087247efb7bf /plugins/ModelChecker
parent24b8ea4a4b1a738463c78475d83b366725de8ed4 (diff)
Textual fix for Marketing
Diffstat (limited to 'plugins/ModelChecker')
-rw-r--r--plugins/ModelChecker/ModelChecker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ModelChecker/ModelChecker.py b/plugins/ModelChecker/ModelChecker.py
index 297844a0a3..d2c2eefac2 100644
--- a/plugins/ModelChecker/ModelChecker.py
+++ b/plugins/ModelChecker/ModelChecker.py
@@ -27,7 +27,7 @@ class ModelChecker(QObject, Extension):
self._caution_message = Message("", #Message text gets set when the message gets shown, to display the models in question.
lifetime = 0,
- title = catalog.i18nc("@info:title", "Model Checker Warning"))
+ title = catalog.i18nc("@info:title", "3D Model Assistant"))
Application.getInstance().initializationFinished.connect(self._pluginsInitialized)
Application.getInstance().getController().getScene().sceneChanged.connect(self._onChanged)