mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-27 07:14:48 +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->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)->setText(tr("&Edit"));
|
||||
connect(ui->buttonBox->button(QDialogButtonBox::Close), SIGNAL(clicked()), this, SLOT(reject()));
|
||||
|
@ -925,7 +925,7 @@
|
||||
<context>
|
||||
<name>KevaBookmarksDialog</name>
|
||||
<message>
|
||||
<source>Show</source>
|
||||
<source>&Show</source>
|
||||
<translation>显示</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
Loading…
x
Reference in New Issue
Block a user