Update translations
This commit is contained in:
parent
5b016cbc68
commit
d2ba0b6603
23 changed files with 6251 additions and 6427 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue