mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
This commit is contained in:
commit
ea48e6ded1
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ I18N_CATALOG = i18nCatalog("cura")
|
||||||
class CloudProgressMessage(Message):
|
class CloudProgressMessage(Message):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
text = I18N_CATALOG.i18nc("@info:status", "Sending data to remote cluster"),
|
title = I18N_CATALOG.i18nc("@info:status", "Sending Print Job"),
|
||||||
title = I18N_CATALOG.i18nc("@info:status", "Sending data to remote cluster"),
|
text = I18N_CATALOG.i18nc("@info:status", "Uploading via Ultimaker Cloud"),
|
||||||
progress = -1,
|
progress = -1,
|
||||||
lifetime = 0,
|
lifetime = 0,
|
||||||
dismissable = False,
|
dismissable = False,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue