Changed the label for when no remote configurations are loaded yet

This commit is contained in:
Jaime van Kessel 2019-01-02 11:36:07 +01:00
parent 9be1f8aa7b
commit df23097a99

View file

@ -51,7 +51,7 @@ Item
anchors.left: icon.right
anchors.right: parent.right
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")
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering