GUI: Restore "request payment" button text

This partially reverts commit 81b2830b15.
This commit is contained in:
Luke Dashjr 2019-04-21 02:19:18 +00:00
parent 81b2830b15
commit 3cf4f0e4c7
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode,
ui->newAddress->setVisible(true);
break;
case ReceivingTab:
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."));
ui->labelExplanation->setText(tr("These are your Bitcoin addresses for receiving payments. Use the 'Request payment' button in the receive tab to create new addresses."));
ui->deleteAddress->setVisible(false);
ui->newAddress->setVisible(false);
break;

View File

@ -108,7 +108,7 @@
</size>
</property>
<property name="text">
<string>&amp;Create new receiving address</string>
<string>&amp;Request payment</string>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">