summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-07-02 09:47:43 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-07-02 09:47:43 +0200
commitd2ba0b66034da749241bb405bebc7901bd96517d (patch)
treee0efaa13eb9446f8c1f74debb6c9b4032d9f8970 /src/timeline/TimelineModel.cpp
parentRemove dead code to calculate last message (diff)
downloadnheko-d2ba0b66034da749241bb405bebc7901bd96517d.tar.xz
Update translations
Diffstat (limited to 'src/timeline/TimelineModel.cpp')
-rw-r--r--src/timeline/TimelineModel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp
index 5f92aaae..caa40353 100644
--- a/src/timeline/TimelineModel.cpp
+++ b/src/timeline/TimelineModel.cpp
@@ -1816,7 +1816,8 @@ TimelineModel::formatMemberEvent(QString id)
         }
 
         if (event->content.reason != "") {
-                rendered += tr(" Reason: %1").arg(QString::fromStdString(event->content.reason));
+                rendered +=
+                  " " + tr("Reason: %1").arg(QString::fromStdString(event->content.reason));
         }
 
         return rendered;