Skip to content

Commit

Permalink
qt: Rename "Edit label" to "Edit address label"
Browse files Browse the repository at this point in the history
This makes it more specific what the action refers to.
(Suggested by Pieter Wuille)
  • Loading branch information
laanwj committed Feb 24, 2021
1 parent 22664d6 commit 5440c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/transactionview.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 5440c07

Please sign in to comment.