mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 15:49:03 +08:00
Proper capitalisation of 'OK'
This is consistent with the rest. Contributes to issue CURA-4341.
This commit is contained in:
parent
2715ef604d
commit
df14ea2b1a
@ -378,7 +378,7 @@ Cura.MachineAction
|
||||
},
|
||||
Button {
|
||||
id: btnOk
|
||||
text: catalog.i18nc("@action:button", "Ok")
|
||||
text: catalog.i18nc("@action:button", "OK")
|
||||
onClicked:
|
||||
{
|
||||
manualPrinterDialog.accept()
|
||||
|
Loading…
x
Reference in New Issue
Block a user