mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue