diff options
| author | fanquake <[email protected]> | 2019-10-18 08:35:17 -0400 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-10-24 16:01:43 -0400 |
| commit | 72fe13a58d5894afbaf1bb6789ee9b9b6576f20f (patch) | |
| tree | ba6ddf657f63eeb9119ba3a071945ac84a5ff002 /src/qt/bitcoingui.cpp | |
| parent | Remove BIP70 Support (diff) | |
| download | discoin-72fe13a58d5894afbaf1bb6789ee9b9b6576f20f.tar.xz discoin-72fe13a58d5894afbaf1bb6789ee9b9b6576f20f.zip | |
gui: remove payment request file handling from OpenURI dialog
Diffstat (limited to 'src/qt/bitcoingui.cpp')
| -rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index b280a0c14..2aeba6d82 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -330,7 +330,7 @@ void BitcoinGUI::createActions() usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels")); openAction = new QAction(tr("Open &URI..."), this); - openAction->setStatusTip(tr("Open a bitcoin: URI or payment request")); + openAction->setStatusTip(tr("Open a bitcoin: URI")); m_open_wallet_action = new QAction(tr("Open Wallet"), this); m_open_wallet_action->setEnabled(false); |