[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:10 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=c53f35c

The following commit has been merged in the master branch:
commit c53f35cfd5af304f84006ef567ae9b8e6b489121
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Sun May 13 00:45:46 2012 +0200

    Use better wording (and remove one whitespace)
---
 KTp/error-dictionary.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/KTp/error-dictionary.cpp b/KTp/error-dictionary.cpp
index d91bfe5..1a5da7d 100644
--- a/KTp/error-dictionary.cpp
+++ b/KTp/error-dictionary.cpp
@@ -84,7 +84,7 @@ QString ErrorDictionary::displayVerboseErrorMessage(const QString& dbusErrorName
     } else if (dbusErrorName == QLatin1String(TP_QT_ERROR_DISCONNECTED)) {
         return i18nc("Verbose user visible error string", "You have been disconnected");
     } else if (dbusErrorName == QLatin1String(TP_QT_ERROR_DOES_NOT_EXIST)) {
-        return i18nc("Verbose user visible error string", "You apparently do not exist ");
+        return i18nc("Verbose user visible error string", "You apparently do not exist");
     } else if (dbusErrorName == QLatin1String(TP_QT_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED)) {
         return i18nc("Verbose user visible error string", "Sorry, emergency calls are not supported");
     } else if (dbusErrorName == QLatin1String(TP_QT_ERROR_ENCRYPTION_ERROR)) {
@@ -132,7 +132,7 @@ QString ErrorDictionary::displayVerboseErrorMessage(const QString& dbusErrorName
     } else if (dbusErrorName == QLatin1String(TP_QT_ERROR_WOULD_BREAK_ANONYMITY)) {
         return i18nc("Verbose user visible error string", "This operation can not be finished as it would break your anonymity request");
     } else if (dbusErrorName == QLatin1String("org.freedesktop.DBus.Error.NoReply")) {
-        return i18nc("Verbose user visible error string", "Some of the IM components are not working correctly (and your system does not tell us which one)");
+        return i18nc("Verbose user visible error string", "Some of the IM components are not working correctly");
     } else {
         return i18nc("User visible error string", "An unknown error was encountered (%1), please report this", dbusErrorName);
     }

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list