Make 'All jobs are printed.' translatable

This commit is contained in:
Ghostkeeper 2019-03-18 15:16:35 +01:00
parent cb44223eca
commit 731cbc9e95
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -210,7 +210,7 @@ Item
Label Label
{ {
text: "All jobs are printed." text: i18n.i18nc("@info", "All jobs are printed.")
color: UM.Theme.getColor("monitor_text_primary") color: UM.Theme.getColor("monitor_text_primary")
font: UM.Theme.getFont("medium") // 14pt, regular font: UM.Theme.getFont("medium") // 14pt, regular
} }