mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Merge branch '4.5' of github.com:Ultimaker/Cura
This commit is contained in:
commit
3e13507156
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ class CloudPackageChecker(QObject):
|
||||||
sync_message = Message(self._i18n_catalog.i18nc(
|
sync_message = Message(self._i18n_catalog.i18nc(
|
||||||
"@info:generic",
|
"@info:generic",
|
||||||
"\nDo you want to sync material and software packages with your account?"),
|
"\nDo you want to sync material and software packages with your account?"),
|
||||||
title=self._i18n_catalog.i18nc("@info:title", "Changes detected from your Ultimaker account", ))
|
title=self._i18n_catalog.i18nc("@info:title", "Changes detected from your Ultimaker account", ),
|
||||||
|
lifetime=0)
|
||||||
sync_message.addAction("sync",
|
sync_message.addAction("sync",
|
||||||
name=self._i18n_catalog.i18nc("@action:button", "Sync"),
|
name=self._i18n_catalog.i18nc("@action:button", "Sync"),
|
||||||
icon="",
|
icon="",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue