[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=9c81b9f

The following commit has been merged in the master branch:
commit 9c81b9fd0cdde10db20b5314dbc67ddfbe3062b1
Author: Dario Freddi <dario.freddi at collabora.com>
Date:   Thu Dec 15 17:39:46 2011 +0100

    fix-krazy: Fix ambiguous translations
---
 src/account-item.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/account-item.cpp b/src/account-item.cpp
index 9992cb0..533cb6e 100644
--- a/src/account-item.cpp
+++ b/src/account-item.cpp
@@ -102,9 +102,9 @@ const QString AccountItem::connectionStateString() const
     case Tp::ConnectionStatusConnected:
         return i18n("Online");
     case Tp::ConnectionStatusConnecting:
-        return i18n("Connecting");
+        return i18nc("This is a connection state", "Connecting");
     case Tp::ConnectionStatusDisconnected:
-        return i18n("Disconnected");
+        return i18nc("This is a connection state", "Disconnected");
     default:
         return "Unknown";
     }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list