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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user