mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:05:53 +08:00
Move HTML tags out of translated text
We always want the same HTML tag around it. There's no need to allow the translator to change that. Discovered during issue CURA-4692.
This commit is contained in:
parent
d6182c8c49
commit
3f7eaaae94
@ -349,7 +349,7 @@ Column
|
|||||||
Label {
|
Label {
|
||||||
id: materialInfoLabel
|
id: materialInfoLabel
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: catalog.i18nc("@label", "<a href='%1'>Check compatibility</a>")
|
text: "<a href='%1'>" + catalog.i18nc("@label", "Check compatibility") + "</a>"
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
linkColor: UM.Theme.getColor("text_link")
|
linkColor: UM.Theme.getColor("text_link")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user