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.")
}
}