Proper capitalisation of 'OK'

This is consistent with the rest.

Contributes to issue CURA-4341.
This commit is contained in:
Ghostkeeper 2017-09-27 17:32:24 +02:00
parent 2715ef604d
commit df14ea2b1a
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

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