[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:21:51 UTC 2016


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

The following commit has been merged in the master branch:
commit 2b645139f715dd1a528e2b54ac40a2bac3f7c6e6
Author: Yuri Chornoivan <yurchor at ukr.net>
Date:   Mon May 14 06:56:40 2012 +0300

    Fix typo: vido -> video.
---
 app/chat-window.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index c8ac113..42d1672 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -588,7 +588,7 @@ void ChatWindow::setupCustomActions()
     connect(inviteToChat, SIGNAL(triggered()), this, SLOT(onInviteToChatTriggered()));
 
     KAction *videoCallAction = new KAction(KIcon(QLatin1String("camera-web")), i18n("&Video Call"), this);
-    videoCallAction->setToolTip(i18nc("Toolbar icon tooltip", "Start a vido call with this contact"));
+    videoCallAction->setToolTip(i18nc("Toolbar icon tooltip", "Start a video call with this contact"));
     connect(videoCallAction, SIGNAL(triggered()), this, SLOT(onVideoCallTriggered()));
 
     KAction *shareDesktopAction = new KAction(KIcon(QLatin1String("krfb")), i18n("Share My &Desktop"), this);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list