Fix kick translation

This commit is contained in:
Nicolas Werner 2021-01-18 13:25:27 +01:00
parent fcc1358e6b
commit 7040be1d09
20 changed files with 506 additions and 1230 deletions

View file

@ -1013,7 +1013,7 @@ ChatPage::kickUser(QString userid, QString reason)
[this, userid, room](const mtx::responses::Empty &, mtx::http::RequestErr err) {
if (err) {
emit showNotification(
tr("Failed to kick %1 to %2: %3")
tr("Failed to kick %1 from %2: %3")
.arg(userid)
.arg(room)
.arg(QString::fromStdString(err->matrix_error.error)));