mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
adds/adapts translation context markers
minor change Contributes to: issue CURA-116
This commit is contained in:
parent
6c7536a167
commit
79f69f30f5
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ class CuraApplication(QtApplication):
|
|||
"message": "font color=UM.Theme.colors.message_text;",
|
||||
})
|
||||
|
||||
self.showSplashMessage(self._i18n_catalog.i18nc("@info", "Setting up scene..."))
|
||||
self.showSplashMessage(self._i18n_catalog.i18nc("@info:progress", "Setting up scene..."))
|
||||
|
||||
controller = self.getController()
|
||||
|
||||
|
@ -166,7 +166,7 @@ class CuraApplication(QtApplication):
|
|||
|
||||
controller.getScene().setActiveCamera("3d")
|
||||
|
||||
self.showSplashMessage(self._i18n_catalog.i18nc("@info", "Loading interface..."))
|
||||
self.showSplashMessage(self._i18n_catalog.i18nc("@info:progress", "Loading interface..."))
|
||||
|
||||
self.setMainQml(Resources.getPath(self.ResourceTypes.QmlFiles, "Cura.qml"))
|
||||
self.initializeEngine()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue