X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmessage.h;h=938bf4346c176ed9ab20ef986c87e733c1c637df;hb=2baaaea16e777a1fe961d6cc4d34aa9dd323333e;hp=b5d52a4b5c1b31165b78350076f30b7657f31735;hpb=fd80315c076ede937f5d51ba6f8061a32d0107ec;p=quassel.git diff --git a/src/common/message.h b/src/common/message.h index b5d52a4b..938bf434 100644 --- a/src/common/message.h +++ b/src/common/message.h @@ -68,7 +68,7 @@ public: Message(const QDateTime &ts, const BufferInfo &buffer = BufferInfo(), Type type = Plain, const QString &contents = "", const QString &sender = "", Flags flags = None); - inline static Message ChangeOfDay(const QDateTime &day) { return Message(day, BufferInfo(), DayChange, tr("Day changed to %1").arg(day.toString("dddd MMMM d yyyy"))); } + inline static Message ChangeOfDay(const QDateTime &day) { return Message(day, BufferInfo(), DayChange); } inline const MsgId &msgId() const { return _msgId; } inline void setMsgId(MsgId id) { _msgId = id; }