[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=d2aad36

The following commit has been merged in the master branch:
commit d2aad3644ff2c7fff600e43cb01f5fc6a08b6b2e
Author: Dan Vrátil <dan at progdan.cz>
Date:   Fri Aug 10 14:17:49 2012 +0200

    Fix build
---
 src/contactrunner.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/contactrunner.cpp b/src/contactrunner.cpp
index 48e01bf..a3b336f 100644
--- a/src/contactrunner.cpp
+++ b/src/contactrunner.cpp
@@ -76,7 +76,7 @@ ContactRunner::ContactRunner(QObject *parent, const QVariantList &args):
     }
 
     QString imKeyword = i18nc("A keyword to change IM status", "im") + QLatin1String(" :q:");
-    QString statusKeyword = i18n("A keyword to change IM status", "status") + QLatin1String(" :q:");
+    QString statusKeyword = i18nc("A keyword to change IM status", "status") + QLatin1String(" :q:");
     Plasma::RunnerSyntax presenceSyntax(imKeyword, i18n("Change IM status"));
     presenceSyntax.addExampleQuery(statusKeyword);
     presenceSyntax.setSearchTermDescription(i18nc("Search term description", "status"));

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list