change: change button names to be more user-friendly
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
6e9a27f40f
commit
127b558f95
2 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,7 @@ ModDownloadDialog::ModDownloadDialog(const std::shared_ptr<ModFolderModel> &mods
|
|||
OkButton->setEnabled(false);
|
||||
OkButton->setDefault(true);
|
||||
OkButton->setAutoDefault(true);
|
||||
OkButton->setText(tr("Review and confirm"));
|
||||
connect(OkButton, &QPushButton::clicked, this, &ModDownloadDialog::confirm);
|
||||
|
||||
auto CancelButton = m_buttons->button(QDialogButtonBox::Cancel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue