summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2014-10-16 10:49:23 (GMT)
committerSwift Review <review@swift.im>2014-10-16 14:25:33 (GMT)
commit80a0e4117219a196f9f2c09e243713b26ead763f (patch)
tree313c9644c0b92e2e29d8e0c49db65ae1a14278be
parentb70bc475dbf6f608cbc06754a7ce99f305fe0923 (diff)
downloadswift-contrib-80a0e4117219a196f9f2c09e243713b26ead763f.zip
swift-contrib-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
-rw-r--r--Swift/QtUI/QtBlockListEditorWindow.cpp2
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));