Changed 'Check material compatibility' to 'Check compatibility' because it's not only materials possibly being incompatible

This commit is contained in:
Jack Ha 2017-11-21 15:12:17 +01:00
parent feb0a08fd9
commit 602e8c0e66

View File

@ -346,7 +346,7 @@ Column
Label {
id: materialInfoLabel
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")
color: UM.Theme.getColor("text")
linkColor: UM.Theme.getColor("text_link")