Modify text in the Send Slice data dialog, according to the experts.

Contributes to CURA-6434.
This commit is contained in:
Diego Prado Gesto 2019-05-01 15:53:54 +02:00
parent 5b06efdd19
commit 9500d2d6b8
2 changed files with 1 additions and 2 deletions

View file

@ -99,7 +99,7 @@ Item
horizontalAlignment: Text.AlignHCenter
text:
{
var t = catalog.i18nc("@text", "The data that Ultimaker Cura collects will not contain any information about your model.")
var t = catalog.i18nc("@text", "Data collected by Ultimaker Cura will not contain any personal information.")
var t2 = catalog.i18nc("@text", "More information")
t += " <a href='https://notusedref'>" + t2 + "</a>"
return t