From 80a0e4117219a196f9f2c09e243713b26ead763f Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Thu, 16 Oct 2014 12:49:23 +0200
Subject: 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

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));
-- 
cgit v0.10.2-6-g49f6