Просмотр исходного кода

Add label-string to translations

c.lamboo 2 лет назад
Родитель
Сommit
0afab9f9e9
1 измененных файлов с 1 добавлено и 1 удалено
  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.")
                 }
             }