Browse Source

Make 'All jobs are printed.' translatable

Ghostkeeper 6 years ago
parent
commit
731cbc9e95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml

+ 1 - 1
plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml

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