mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
Changed 'Check material compatibility' to 'Check compatibility' because it's not only materials possibly being incompatible
This commit is contained in:
parent
feb0a08fd9
commit
602e8c0e66
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ Column
|
||||||
Label {
|
Label {
|
||||||
id: materialInfoLabel
|
id: materialInfoLabel
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: catalog.i18nc("@label", "<a href='%1'>Check material compatibility</a>")
|
text: catalog.i18nc("@label", "<a href='%1'>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…
Add table
Add a link
Reference in a new issue