Browse Source

Add label-string to translations

c.lamboo 2 years ago
parent
commit
0afab9f9e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/3MFReader/WorkspaceDialog.qml

+ 1 - 1
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.<br/>Install the material profile and reopen the project."
+                    text: catalog.i18nc("@label", "The material used in this project is currently not installed in Cura.<br/>Install the material profile and reopen the project.")
                 }
             }