Update Toolbox labels to be aligned with the Digital Factory

CURA-7605
This commit is contained in:
Kostas Karmas 2020-07-27 11:58:55 +02:00
parent 2c6cbc7be4
commit 8a7dd2cfdf
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ Rectangle
Label Label
{ {
id: heading id: heading
text: catalog.i18nc("@label", "Featured") text: catalog.i18nc("@label", "Premium")
width: contentWidth width: contentWidth
height: contentHeight height: contentHeight
color: UM.Theme.getColor("text_medium") color: UM.Theme.getColor("text_medium")

View file

@ -100,7 +100,7 @@ Item
} }
Label Label
{ {
text: catalog.i18nc("@label", "Author") + ":" text: catalog.i18nc("@label", "Brand") + ":"
font: UM.Theme.getFont("default") font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text_medium") color: UM.Theme.getColor("text_medium")
renderType: Text.NativeRendering renderType: Text.NativeRendering

View file

@ -145,7 +145,7 @@ class CloudPackageChecker(QObject):
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 = "",
description = "Sync your Cloud subscribed packages to your local environment.", description = "Sync your plugins and print profiles to Ultimaker Cura.",
button_align = Message.ActionButtonAlignment.ALIGN_RIGHT) button_align = Message.ActionButtonAlignment.ALIGN_RIGHT)
sync_message.actionTriggered.connect(self._onSyncButtonClicked) sync_message.actionTriggered.connect(self._onSyncButtonClicked)
sync_message.show() sync_message.show()