Fix kick translation
This commit is contained in:
parent
fcc1358e6b
commit
7040be1d09
20 changed files with 506 additions and 1230 deletions
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue