summary refs log tree commit diff
path: root/src/Cache.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-10 01:38:40 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-10 01:38:40 +0200
commit000ab4853a4b83408af42d59ed753ae76aa26e80 (patch)
tree0bb4a55efddf6267521b54c65f5c6437a682f90e /src/Cache.cpp
parentRemove shadowing loginMethod (diff)
downloadnheko-000ab4853a4b83408af42d59ed753ae76aa26e80.tar.xz
Translation updates
Diffstat (limited to '')
-rw-r--r--src/Cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index 8cfc4b55..3a388bb9 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -1338,7 +1338,7 @@ Cache::getLastMessageInfo(lmdb::txn &txn, const std::string &room_id) auto time = QDateTime::fromMSecsSinceEpoch(ts); fallbackDesc = DescInfo{QString::fromStdString(obj["event"]["event_id"]), local_user, - tr("You joined this room"), + tr("You joined this room."), utils::descriptiveTime(time), ts, time};