[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:09 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=cef25c2
The following commit has been merged in the master branch:
commit cef25c29c31a4191edace8ade77dbf09fe73436a
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Tue Feb 7 11:09:51 2012 +0000
Replace "tr" with "i18n"
---
plasmoid/declarative-plugin/messages-model.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plasmoid/declarative-plugin/messages-model.cpp b/plasmoid/declarative-plugin/messages-model.cpp
index 4d0667c..509e51d 100644
--- a/plasmoid/declarative-plugin/messages-model.cpp
+++ b/plasmoid/declarative-plugin/messages-model.cpp
@@ -166,7 +166,7 @@ void MessagesModel::onMessageSent(Tp::Message message, Tp::MessageSendingFlags f
kDebug() << "text =" << message.text();
d->messages.append(MessageItem(
- tr("Me"), //FIXME : use actual nickname from Tp::AccountPtr
+ i18n("Me"), //FIXME : use actual nickname from Tp::AccountPtr
message.text(),
message.sent(),
MessageItem::Outgoing,
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list