mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Added more appropriate phrase for invalid files in edit media.
This commit is contained in:
@@ -405,7 +405,7 @@ void EditCaptionBox::createEditMediaButton() {
|
||||
const auto isWebp = [](QString mimeType) {
|
||||
if (mimeType == qstr("image/webp")) {
|
||||
Ui::show(
|
||||
Box<InformBox>(lang(lng_edit_media_album_error)),
|
||||
Box<InformBox>(lang(lng_edit_media_invalid_file)),
|
||||
LayerOption::KeepOther);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user