[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=92dfa61

The following commit has been merged in the master branch:
commit 92dfa61219840d6328904f165cd4cb2df212c7f3
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sun Sep 9 16:51:13 2012 +0100

    reword error message
---
 contact-request-handler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contact-request-handler.cpp b/contact-request-handler.cpp
index 4dd2369..ea24885 100644
--- a/contact-request-handler.cpp
+++ b/contact-request-handler.cpp
@@ -242,7 +242,7 @@ void ContactRequestHandler::onAuthorizePresencePublicationFinished(Tp::PendingOp
 
     if (op->isError()) {
         if (!m_notifierItem.isNull()) {
-            m_notifierItem.data()->showMessage(i18n("Error accepting contact request"),
+            m_notifierItem.data()->showMessage(i18n("Error granting contact authorization"),
                                                i18n("There was an error while accepting the request: %1",
                                                     KTp::ErrorDictionary::displayVerboseErrorMessage(op->errorName())),
                                                QLatin1String("dialog-error"));

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list