Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2019-04-30 10:51:21 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2019-04-30 10:51:21 +0300
commit24d57f6168224f51368d36967b04fa8cbea124f7 (patch)
treedbcfa25f37115a1f4d6c7961f082350390aebec4 /plugins/SliceInfoPlugin
parent9bf77e9302c94287c5f8b001de9d15759520c824 (diff)
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.
Diffstat (limited to 'plugins/SliceInfoPlugin')
-rw-r--r--plugins/SliceInfoPlugin/MoreInfoWindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SliceInfoPlugin/MoreInfoWindow.qml b/plugins/SliceInfoPlugin/MoreInfoWindow.qml
index 0e83503ed7..51cad2394d 100644
--- a/plugins/SliceInfoPlugin/MoreInfoWindow.qml
+++ b/plugins/SliceInfoPlugin/MoreInfoWindow.qml
@@ -71,7 +71,7 @@ Window
left: parent.left
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
renderType: Text.NativeRendering
}