[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:22:15 UTC 2016


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

The following commit has been merged in the master branch:
commit 138afcafbde31b391e94df3b59cd9997c8e9dce9
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Aug 1 13:54:49 2012 +0100

    Change wording on invite button
---
 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 376a6f5..ea11414 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -587,7 +587,7 @@ void ChatWindow::setupCustomActions()
     connect(fileTransferAction, SIGNAL(triggered()), this, SLOT(onFileTransferTriggered()));
 
     KAction *inviteToChat = new KAction(KIcon(QLatin1String("user-group-new")), i18n("&Invite to Chat"), this);
-    inviteToChat->setToolTip(i18nc("Toolbar icon tooltip", "Invite any other contacts to join this chat"));
+    inviteToChat->setToolTip(i18nc("Toolbar icon tooltip", "Invite another contact to join this chat"));
     connect(inviteToChat, SIGNAL(triggered()), this, SLOT(onInviteToChatTriggered()));
 
     KAction *videoCallAction = new KAction(KIcon(QLatin1String("camera-web")), i18n("&Video Call"), this);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list