Add label-string to translations

This commit is contained in:
c.lamboo 2022-07-18 10:40:41 +02:00
parent efce84284e
commit 0afab9f9e9

View file

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