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:
Philip Kaufmann
2012-05-06 16:24:15 +02:00
parent 9e11cb53dd
commit 50a3855082
5 changed files with 9 additions and 9 deletions

View File

@@ -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);