Skip to content

Commit 5440c07

Browse files
committed
qt: Rename "Edit label" to "Edit address label"
This makes it more specific what the action refers to. (Suggested by Pieter Wuille)
1 parent 22664d6 commit 5440c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/transactionview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ TransactionView::TransactionView(const PlatformStyle *platformStyle, QWidget *pa
172172
QAction *copyTxIDAction = new QAction(tr("Copy transaction ID"), this);
173173
QAction *copyTxHexAction = new QAction(tr("Copy raw transaction"), this);
174174
QAction *copyTxPlainText = new QAction(tr("Copy full transaction details"), this);
175-
QAction *editLabelAction = new QAction(tr("Edit label"), this);
175+
QAction *editLabelAction = new QAction(tr("Edit address label"), this);
176176
QAction *showDetailsAction = new QAction(tr("Show transaction details"), this);
177177

178178
contextMenu = new QMenu(this);

0 commit comments

Comments
 (0)