mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 02:46:59 +03:00
changed "Ok" to "OK" (#5331)
This commit is contained in:
commit
4f58197edb
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