mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Textual fix for Marketing
This commit is contained in:
parent
24b8ea4a4b
commit
6a7812a18f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue