Browse Source

Proper capitalisation of 'OK'

This is consistent with the rest.

Contributes to issue CURA-4341.
Ghostkeeper 7 years ago
parent
commit
df14ea2b1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/UM3NetworkPrinting/DiscoverUM3Action.qml

+ 1 - 1
plugins/UM3NetworkPrinting/DiscoverUM3Action.qml

@@ -378,7 +378,7 @@ Cura.MachineAction
             },
             Button {
                 id: btnOk
-                text: catalog.i18nc("@action:button", "Ok")
+                text: catalog.i18nc("@action:button", "OK")
                 onClicked:
                 {
                     manualPrinterDialog.accept()