2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improve slowmode error phrases.

This commit is contained in:
John Preston
2019-07-30 18:09:41 +02:00
parent 787b5f549a
commit 80fedcbbae
3 changed files with 6 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ QString GetErrorTextForForward(
}
}
if (comment.text.size() > MaxMessageSize) {
return tr::lng_slowmode_no_many(tr::now);
return tr::lng_slowmode_too_long(tr::now);
} else if (!items.empty() && !comment.text.isEmpty()) {
return tr::lng_slowmode_no_many(tr::now);
} else if (items.size() > 1) {