From 602e8c0e66be33224b96823298b2c16b0f157a57 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Tue, 21 Nov 2017 15:12:17 +0100 Subject: [PATCH] Changed 'Check material compatibility' to 'Check compatibility' because it's not only materials possibly being incompatible --- resources/qml/SidebarHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml index 8bba4cf6fd..fab8dc6130 100644 --- a/resources/qml/SidebarHeader.qml +++ b/resources/qml/SidebarHeader.qml @@ -346,7 +346,7 @@ Column Label { id: materialInfoLabel wrapMode: Text.WordWrap - text: catalog.i18nc("@label", "Check material compatibility") + text: catalog.i18nc("@label", "Check compatibility") font: UM.Theme.getFont("default") color: UM.Theme.getColor("text") linkColor: UM.Theme.getColor("text_link")