mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
Textual fix for Marketing
This commit is contained in:
parent
24b8ea4a4b
commit
6a7812a18f
@ -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.
|
self._caution_message = Message("", #Message text gets set when the message gets shown, to display the models in question.
|
||||||
lifetime = 0,
|
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().initializationFinished.connect(self._pluginsInitialized)
|
||||||
Application.getInstance().getController().getScene().sceneChanged.connect(self._onChanged)
|
Application.getInstance().getController().getScene().sceneChanged.connect(self._onChanged)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user