diff options
author | Tobias Markmann <tm@ayena.de> | 2014-10-16 10:49:23 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2014-10-16 14:25:33 (GMT) |
commit | 80a0e4117219a196f9f2c09e243713b26ead763f (patch) | |
tree | 313c9644c0b92e2e29d8e0c49db65ae1a14278be /Swift | |
parent | b70bc475dbf6f608cbc06754a7ce99f305fe0923 (diff) | |
download | swift-80a0e4117219a196f9f2c09e243713b26ead763f.zip swift-80a0e4117219a196f9f2c09e243713b26ead763f.tar.bz2 |
Change text in blocking list editor from 'click' to 'double-click' to reflect
actual behavior.
Test-Information:
Swift's blocking list UI works as descibed in the text displayed in the UI.
Change-Id: Ic10d907d89dfc43b97aa21132ceb58210de807b4
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtBlockListEditorWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtBlockListEditorWindow.cpp b/Swift/QtUI/QtBlockListEditorWindow.cpp index 2484eb7..82500df 100644 --- a/Swift/QtUI/QtBlockListEditorWindow.cpp +++ b/Swift/QtUI/QtBlockListEditorWindow.cpp @@ -75,7 +75,7 @@ class QtJIDValidatedItemDelegate : public QItemDelegate { QtBlockListEditorWindow::QtBlockListEditorWindow() : QWidget(), ui(new Ui::QtBlockListEditorWindow), removeItemDelegate(0), editItemDelegate(0) { ui->setupUi(this); - freshBlockListTemplate = tr("Click to add contact"); + freshBlockListTemplate = tr("Double-click to add contact"); new QShortcut(QKeySequence::Close, this, SLOT(close())); ui->throbberLabel->setMovie(new QMovie(":/icons/throbber.gif", QByteArray(), this)); |