From 0afab9f9e9022f11f6806fe473c18de3c57efbe4 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Mon, 18 Jul 2022 10:40:41 +0200 Subject: Add label-string to translations --- plugins/3MFReader/WorkspaceDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/3MFReader/WorkspaceDialog.qml') diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml index d00e12e9ee..4899c6873a 100644 --- a/plugins/3MFReader/WorkspaceDialog.qml +++ b/plugins/3MFReader/WorkspaceDialog.qml @@ -487,7 +487,7 @@ UM.Dialog UM.Label { id: warningText - text: "The material used in this project is currently not installed in Cura.
Install the material profile and reopen the project." + text: catalog.i18nc("@label", "The material used in this project is currently not installed in Cura.
Install the material profile and reopen the project.") } } -- cgit v1.2.3