mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
changed "Ok" to "OK"
Signed-off-by: oosh <ovtennakoon@gmail.com>
(cherry picked from commit f2c5916205)
This commit is contained in:
parent
8ac883932d
commit
5bb7c2b0cc
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ VersionSelectDialog::VersionSelectDialog(BaseVersionList* vlist, QString title,
|
|||
m_buttonBox->setOrientation(Qt::Horizontal);
|
||||
m_buttonBox->setStandardButtons(QDialogButtonBox::Cancel | QDialogButtonBox::Ok);
|
||||
|
||||
m_buttonBox->button(QDialogButtonBox::Ok)->setText(tr("Ok"));
|
||||
m_buttonBox->button(QDialogButtonBox::Ok)->setText(tr("OK"));
|
||||
m_buttonBox->button(QDialogButtonBox::Cancel)->setText(tr("Cancel"));
|
||||
m_horizontalLayout->addWidget(m_buttonBox);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue