aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2021-02-24 08:54:43 +0100
committerWladimir J. van der Laan <laanwj@protonmail.com>2021-02-24 08:56:41 +0100
commit5440c074579f5588cdcff3d33bd1350cee0b7bff (patch)
tree6bf7cd20be9a0967995e27fcc5c0d862f5d4fc9c /src/qt/transactionview.cpp
parent22664d6287dda243ebf06df4409b50ab509603e1 (diff)
downloadbitcoin-5440c074579f5588cdcff3d33bd1350cee0b7bff.tar.xz
qt: Rename "Edit label" to "Edit address label"
This makes it more specific what the action refers to. (Suggested by Pieter Wuille)
Diffstat (limited to 'src/qt/transactionview.cpp')
-rw-r--r--src/qt/transactionview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/transactionview.cpp b/src/qt/transactionview.cpp
index 432e8dd4f0..e1ec7b6ed0 100644
--- a/src/qt/transactionview.cpp
+++ b/src/qt/transactionview.cpp
@@ -172,7 +172,7 @@ TransactionView::TransactionView(const PlatformStyle *platformStyle, QWidget *pa
QAction *copyTxIDAction = new QAction(tr("Copy transaction ID"), this);
QAction *copyTxHexAction = new QAction(tr("Copy raw transaction"), this);
QAction *copyTxPlainText = new QAction(tr("Copy full transaction details"), this);
- QAction *editLabelAction = new QAction(tr("Edit label"), this);
+ QAction *editLabelAction = new QAction(tr("Edit address label"), this);
QAction *showDetailsAction = new QAction(tr("Show transaction details"), this);
contextMenu = new QMenu(this);