[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=7fe25bf

The following commit has been merged in the master branch:
commit 7fe25bf0261a5621021fe2f45bbe882aa907dd13
Author: Yuri Chornoivan <yurchor at ukr.net>
Date:   Mon Aug 25 09:05:29 2014 +0300

    Add missing space
---
 lib/chat-widget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index 42da6f1..500d19b 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -1018,7 +1018,7 @@ void ChatWidget::chatViewReady()
 void ChatWidget::sendMessage()
 {
     if(d->channel->isOTRsuppored() && d->channel->otrTrustLevel() == KTp::OTRTrustLevelFinished) {
-        d->ui.chatArea->addStatusMessage(i18n("%1 has already closed his/her private connection to you."
+        d->ui.chatArea->addStatusMessage(i18n("%1 has already closed his/her private connection to you. "
                     "Your message was not sent. Either end your private conversation, or restart it.", d->contactName));
         return;
     }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list