Add missing tooltip and key shortcut in settings dialog (#1088 without line break part)
This commit is contained in:
parent
c3c203ccd9
commit
6b8e7eefcc
1 changed files with 2 additions and 1 deletions
|
@ -276,7 +276,8 @@ DisplayOptionsPage::DisplayOptionsPage(QWidget *parent):
|
|||
|
||||
layout->addLayout(unit_hbox);
|
||||
|
||||
display_addresses = new QCheckBox(tr("Display addresses in transaction list"), this);
|
||||
display_addresses = new QCheckBox(tr("&Display addresses in transaction list"), this);
|
||||
display_addresses->setToolTip(tr("Whether to show Bitcoin addresses in the transaction list"));
|
||||
layout->addWidget(display_addresses);
|
||||
|
||||
layout->addStretch();
|
||||
|
|
Loading…
Reference in a new issue