changed "Ok" to "OK"

Signed-off-by: oosh <ovtennakoon@gmail.com>

(cherry picked from commit f2c5916205)
This commit is contained in:
oosh 2026-04-09 23:29:39 +10:00 committed by github-actions[bot]
parent 8ac883932d
commit 5bb7c2b0cc
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ InstallLoaderDialog::InstallLoaderDialog(PackProfile* profile, const QString& ui
buttons->setOrientation(Qt::Horizontal);
buttons->setStandardButtons(QDialogButtonBox::Cancel | QDialogButtonBox::Ok);
buttons->button(QDialogButtonBox::Ok)->setText(tr("Ok"));
buttons->button(QDialogButtonBox::Ok)->setText(tr("OK"));
buttons->button(QDialogButtonBox::Cancel)->setText(tr("Cancel"));
connect(buttons, &QDialogButtonBox::accepted, this, &QDialog::accept);
connect(buttons, &QDialogButtonBox::rejected, this, &QDialog::reject);