mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Modify text in the Send Slice data dialog, according to the experts.
Contributes to CURA-6434.
This commit is contained in:
parent
5b06efdd19
commit
9500d2d6b8
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue