Update translations

This commit is contained in:
Nicolas Werner 2021-07-02 09:47:43 +02:00
parent 5b016cbc68
commit d2ba0b6603
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
23 changed files with 6251 additions and 6427 deletions

View file

@ -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;