mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Change the copy of the account benefits
As per @mahtDFR request
This commit is contained in:
parent
c7bee73af6
commit
17c06f200f
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ Column
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: catalog.i18nc("@text", "- Send print jobs to Ultimaker printers outside your local network\n- Store your Ultimaker Cura settings in the cloud for use anywhere\n- Get exclusive access to material profiles from leading brands")
|
text: catalog.i18nc("@text", "- Send print jobs to Ultimaker printers outside your local network\n- Store your Ultimaker Cura settings in the cloud for use anywhere\n- Get exclusive access to print profiles from leading brands")
|
||||||
lineHeight: 1.4
|
lineHeight: 1.4
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
|
|
@ -97,7 +97,7 @@ Item
|
||||||
t = catalog.i18nc("@text", "- Store your Ultimaker Cura settings in the cloud for use anywhere")
|
t = catalog.i18nc("@text", "- Store your Ultimaker Cura settings in the cloud for use anywhere")
|
||||||
full_text += "<p>" + t + "</p>"
|
full_text += "<p>" + t + "</p>"
|
||||||
|
|
||||||
t = catalog.i18nc("@text", "- Get exclusive access to material profiles from leading brands")
|
t = catalog.i18nc("@text", "- Get exclusive access to print profiles from leading brands")
|
||||||
full_text += "<p>" + t + "</p>"
|
full_text += "<p>" + t + "</p>"
|
||||||
|
|
||||||
return full_text
|
return full_text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue