From 6a7812a18f2533f152e4effcaa291a33bd5b18f4 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 28 May 2018 15:27:22 +0200 Subject: Textual fix for Marketing --- plugins/ModelChecker/ModelChecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ModelChecker') 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) -- cgit v1.2.3