From bd5f012ca9d067c2ed55c8f2c5da1657fa81f994 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 19 Feb 2013 21:40:40 +0100 Subject: [PATCH] Fix issue with "Topic set" message Yeah, those parens can be confusing. --- src/core/eventstringifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/eventstringifier.cpp b/src/core/eventstringifier.cpp index 706abb58..26a2bbe6 100644 --- a/src/core/eventstringifier.cpp +++ b/src/core/eventstringifier.cpp @@ -615,7 +615,7 @@ void EventStringifier::processIrcEvent333(IrcEvent *e) QDateTime topicSetTime = QDateTime::fromTime_t(e->params()[2].toInt()); displayMsg(e, Message::Topic, tr("Topic set by %1 on %2") .arg(e->params()[1], - QLocale().toString(topicSetTime, QLocale().dateTimeFormat()), QString(), channel)); + QLocale().toString(topicSetTime, QLocale().dateTimeFormat())), QString(), channel); } -- 2.20.1