Changed OK to Show for bookmark dialog.

This commit is contained in:
Just Wonder 2020-05-10 12:58:59 -07:00
parent 38ce352130
commit 06151409ab
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ KevaBookmarksDialog::KevaBookmarksDialog(QWidget *parent) :
ui->setupUi(this); ui->setupUi(this);
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
ui->buttonBox->button(QDialogButtonBox::Ok)->setText(tr("&Show"));
ui->buttonBox->button(QDialogButtonBox::Save)->setEnabled(false); ui->buttonBox->button(QDialogButtonBox::Save)->setEnabled(false);
ui->buttonBox->button(QDialogButtonBox::Save)->setText(tr("&Edit")); ui->buttonBox->button(QDialogButtonBox::Save)->setText(tr("&Edit"));
connect(ui->buttonBox->button(QDialogButtonBox::Close), SIGNAL(clicked()), this, SLOT(reject())); connect(ui->buttonBox->button(QDialogButtonBox::Close), SIGNAL(clicked()), this, SLOT(reject()));

View File

@ -925,7 +925,7 @@
<context> <context>
<name>KevaBookmarksDialog</name> <name>KevaBookmarksDialog</name>
<message> <message>
<source>Show</source> <source>&amp;Show</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>