mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 04:59:00 +08: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
@ -48,7 +48,6 @@
|
||||
<li><b>Bounding Box:</b> [minimum x, y, z; maximum x, y, z]</li>
|
||||
<li><b>Is Helper Mesh:</b> no</li>
|
||||
<li><b>Helper Mesh Type:</b> support mesh</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -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…
x
Reference in New Issue
Block a user