mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 14:32:17 +00:00
Changed OK to Show for bookmark dialog.
This commit is contained in:
parent
38ce352130
commit
06151409ab
@ -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()));
|
||||||
|
@ -925,7 +925,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>KevaBookmarksDialog</name>
|
<name>KevaBookmarksDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<source>Show</source>
|
<source>&Show</source>
|
||||||
<translation>显示</translation>
|
<translation>显示</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user