Skip to content

Commit 84adc79

Browse files
committed
Merge #15829: qt: update request payment button text and tab description
81b2830 qt: update request payment button text and tab description (Tobias Kaderle) Pull request description: Rebased and squashed version of #14484. ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png) ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png) ACKs for commit 81b283: MarcoFalke: utACK 81b2830 jonasschnelli: utACK 81b2830 meshcollider: utACK bitcoin/bitcoin@81b2830 Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
2 parents 6ce77a3 + 81b2830 commit 84adc79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/addressbookpage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode,
107107
ui->newAddress->setVisible(true);
108108
break;
109109
case ReceivingTab:
110-
ui->labelExplanation->setText(tr("These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction."));
110+
ui->labelExplanation->setText(tr("These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses."));
111111
ui->deleteAddress->setVisible(false);
112112
ui->newAddress->setVisible(false);
113113
break;

src/qt/forms/receivecoinsdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</size>
109109
</property>
110110
<property name="text">
111-
<string>&amp;Request payment</string>
111+
<string>&amp;Create new receiving address</string>
112112
</property>
113113
<property name="icon">
114114
<iconset resource="../bitcoin.qrc">

0 commit comments

Comments
 (0)