[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:14:58 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=352b57a
The following commit has been merged in the master branch:
commit 352b57aa00e6292c6ce41d05c70887389746b7dd
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date: Fri Mar 1 17:23:39 2013 +0100
Improve user facing strings in contact-request-handler
---
contact-request-handler.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/contact-request-handler.cpp b/contact-request-handler.cpp
index 1466758..fa422d1 100644
--- a/contact-request-handler.cpp
+++ b/contact-request-handler.cpp
@@ -175,8 +175,7 @@ void ContactRequestHandler::onPresencePublicationRequested(const Tp::Contacts& c
if (!m_notifierItem.isNull()) {
m_notifierItem.data()->showMessage(i18n("New contact request"), //krazy:exclude=qmethods
- i18n("The contact %1 added you to its contact list. You can answer this "
- "request using the tray icon.",
+ i18n("The contact %1 wants to be able to chat with you.",
contact->id()),
QLatin1String("list-add-user"));
}
@@ -418,8 +417,8 @@ void ContactRequestHandler::updateMenus()
if (m_menuItems.size() > 0) {
//if menu still contains items, update the tooltip to have the correct number
m_notifierItem.data()->setToolTip(QLatin1String("list-add-user"),
- i18np("You have 1 incoming contact request",
- "You have %1 incoming contact requests",
+ i18np("You have 1 contact wanting to chat with you",
+ "You have %1 contacts wanting to chat with you",
m_menuItems.size()),
QString());
} else {
--
ktp-kded-integration-module packaging
More information about the pkg-kde-commits
mailing list