[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:06:51 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=b956952
The following commit has been merged in the master branch:
commit b956952158e23d9347cc7fb397aa9b79317acbe3
Author: Tirtha Chatterjee <tirtha.p.chatterjee at gmail.com>
Date: Sun Jul 3 01:35:48 2011 +0530
modified tooltip texts in Contact overlays
---
contact-overlays.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/contact-overlays.cpp b/contact-overlays.cpp
index 99119a6..9e4eb01 100644
--- a/contact-overlays.cpp
+++ b/contact-overlays.cpp
@@ -71,8 +71,8 @@ void TextChannelContactOverlay::Button::updateToolTip()
TextChannelContactOverlay::TextChannelContactOverlay(QObject* parent)
: HoverButtonDelegateOverlay(parent)
{
- m_gui = KGuiItem(i18n("Start text channel"), "text-x-generic",
- i18n("Start text channel"), i18n("Whats this"));
+ m_gui = KGuiItem(i18n("Start Chat"), "text-x-generic",
+ i18n("Start Chat"), i18n("Start a text chat"));
}
TextChannelContactOverlay::Button *TextChannelContactOverlay::button() const
@@ -175,8 +175,8 @@ void AudioChannelContactOverlay::Button::updateToolTip()
AudioChannelContactOverlay::AudioChannelContactOverlay(QObject* parent)
: HoverButtonDelegateOverlay(parent)
{
- m_gui = KGuiItem(i18n("Start audio channel"), "voicecall",
- i18n("Start audio channel"), i18n("Whats this"));
+ m_gui = KGuiItem(i18n("Start Audio Call"), "voicecall",
+ i18n("Start Audio Call"), i18n("Start an audio call"));
}
AudioChannelContactOverlay::Button *AudioChannelContactOverlay::button() const
@@ -279,8 +279,8 @@ void VideoChannelContactOverlay::Button::updateToolTip()
VideoChannelContactOverlay::VideoChannelContactOverlay(QObject* parent)
: HoverButtonDelegateOverlay(parent)
{
- m_gui = KGuiItem(i18n("Start video channel"), "camera-web",
- i18n("Start video channel"), i18n("Whats this"));
+ m_gui = KGuiItem(i18n("Start Video Call"), "camera-web",
+ i18n("Start Video Call"), i18n("Start a video call"));
}
VideoChannelContactOverlay::Button *VideoChannelContactOverlay::button() const
@@ -383,8 +383,8 @@ void FileTransferContactOverlay::Button::updateToolTip()
FileTransferContactOverlay::FileTransferContactOverlay(QObject* parent)
: HoverButtonDelegateOverlay(parent)
{
- m_gui = KGuiItem(i18n("Send file"), "mail-attachment",
- i18n("Send file"), i18n("Whats this"));
+ m_gui = KGuiItem(i18n("Send File..."), "mail-attachment",
+ i18n("Send File..."), i18n("Send a file"));
}
FileTransferContactOverlay::Button *FileTransferContactOverlay::button() const
--
ktp-contact-list packaging
More information about the pkg-kde-commits
mailing list