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
|
@ -48,7 +48,6 @@
|
||||||
<li><b>Bounding Box:</b> [minimum x, y, z; maximum x, y, z]</li>
|
<li><b>Bounding Box:</b> [minimum x, y, z; maximum x, y, z]</li>
|
||||||
<li><b>Is Helper Mesh:</b> no</li>
|
<li><b>Is Helper Mesh:</b> no</li>
|
||||||
<li><b>Helper Mesh Type:</b> support mesh</li>
|
<li><b>Helper Mesh Type:</b> support mesh</li>
|
||||||
<li>...</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -99,7 +99,7 @@ Item
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text:
|
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")
|
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