2
0
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:
23rd
2019-04-03 20:08:27 +03:00
parent bd653dfdff
commit 48362cd4bc
3 changed files with 9 additions and 3 deletions

View File

@@ -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;
}