mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 12:03:57 -06:00
Changed the label for when no remote configurations are loaded yet
This commit is contained in:
parent
9be1f8aa7b
commit
df23097a99
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Item
|
||||||
anchors.left: icon.right
|
anchors.left: icon.right
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
text: catalog.i18nc("@label", "The configurations are not available because the printer is disconnected.")
|
text: catalog.i18nc("@label", "Downloading the configurations from the remote printer")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue