diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-06 16:24:15 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-09 09:06:51 +0200 |
commit | 50a38550826a3c73583dd75375d80645d342ef99 (patch) | |
tree | cc9cd29219666959e7353092420ded35aa7f8b4f /src/qt/transactionview.cpp | |
parent | 9e11cb53dda23a3064e756c59ba0328230b5a0e5 (diff) |
harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative
Diffstat (limited to 'src/qt/transactionview.cpp')
-rw-r--r-- | src/qt/transactionview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/transactionview.cpp b/src/qt/transactionview.cpp index eaed48bfdf..25d72b2742 100644 --- a/src/qt/transactionview.cpp +++ b/src/qt/transactionview.cpp @@ -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); |