From 8f97751e112fb62dcf7435e88ee9fa7a8936fc80 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 23 Sep 2019 14:35:12 +0200 Subject: [PATCH] Don't make 'print core' translatable It is an Ultimaker name so it should never be translated. Contributes to issue CURA-6768. --- plugins/Toolbox/resources/qml/ToolboxCompatibilityChart.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Toolbox/resources/qml/ToolboxCompatibilityChart.qml b/plugins/Toolbox/resources/qml/ToolboxCompatibilityChart.qml index 1d1344fa9a..ae9241f0ab 100644 --- a/plugins/Toolbox/resources/qml/ToolboxCompatibilityChart.qml +++ b/plugins/Toolbox/resources/qml/ToolboxCompatibilityChart.qml @@ -128,7 +128,7 @@ Item TableViewColumn { role: "print_core" - title: catalog.i18nc("@label:table_header", "Print Core") + title: "Print Core" //This term should not be translated. width: Math.floor(table.width * 0.2) } TableViewColumn