mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Change text according to experts
Also make the bottom text a bit longer so the link goes completely in the second line. Contributes to CURA-6434.
This commit is contained in:
parent
9bf77e9302
commit
24d57f6168
2 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ Window
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
text: catalog.i18nc("@text:window", "Cura sends anonymous data to Ultimaker in order to improve the print quality and user experience. Below is an example of all the data that is sent.")
|
text: catalog.i18nc("@text:window", "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is sent:")
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@ Item
|
||||||
width: parent.width
|
width: parent.width
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: catalog.i18nc("@text", "Ultimaker Cura collects anonymous data to improve print quality and user experience. For instance:")
|
text: catalog.i18nc("@text", "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:")
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("medium")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
@ -99,7 +99,7 @@ Item
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text:
|
text:
|
||||||
{
|
{
|
||||||
var t = catalog.i18nc("@text", "Ultimaker Cura will not collect any information on the model.")
|
var t = catalog.i18nc("@text", "The data that Ultimaker Cura collects will not contain any information about your model.")
|
||||||
var t2 = catalog.i18nc("@text", "More information")
|
var t2 = catalog.i18nc("@text", "More information")
|
||||||
t += " <a href='https://notusedref'>" + t2 + "</a>"
|
t += " <a href='https://notusedref'>" + t2 + "</a>"
|
||||||
return t
|
return t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue