mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:25:53 +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 {
|
Button {
|
||||||
id: btnOk
|
id: btnOk
|
||||||
text: catalog.i18nc("@action:button", "Ok")
|
text: catalog.i18nc("@action:button", "OK")
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
manualPrinterDialog.accept()
|
manualPrinterDialog.accept()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user