harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative
This commit is contained in:
@@ -125,7 +125,7 @@ TransactionView::TransactionView(QWidget *parent) :
|
||||
QAction *copyLabelAction = new QAction(tr("Copy label"), this);
|
||||
QAction *copyAmountAction = new QAction(tr("Copy amount"), this);
|
||||
QAction *editLabelAction = new QAction(tr("Edit label"), this);
|
||||
QAction *showDetailsAction = new QAction(tr("Show details..."), this);
|
||||
QAction *showDetailsAction = new QAction(tr("Show transaction details"), this);
|
||||
|
||||
contextMenu = new QMenu();
|
||||
contextMenu->addAction(copyAddressAction);
|
||||
|
||||
Reference in New Issue
Block a user