mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:39:04 +08:00
Change the copy of the account benefits
As per @mahtDFR request
This commit is contained in:
parent
c7bee73af6
commit
17c06f200f
@ -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…
x
Reference in New Issue
Block a user