tweak: simplify auto-download text

This commit is contained in:
vrubelroman 2026-05-03 03:27:21 +03:00
parent c1d8a8235d
commit e2ead9db52

4
bot.py
View file

@ -117,7 +117,7 @@ TEXTS = {
'error_file_too_large': "❌ Видео слишком большое ({size_mb:.1f} МБ, max = 50)",
'queue_position': "🕐 Ваше видео #{position} в очереди\nВаш запрос очень важен для нас!",
'queue_first': "⬇️ Скачиваю видео...",
'select_quality': "Выберите качество видео:\n(через 10 сек — автоскачивание лучшего)",
'select_quality': "Выберите качество видео:\n(через 10 сек — автоскачивание)",
'quality_cancelled': "❌ Выбор отменён",
'fetching_formats': "🔍 Получаю доступные форматы...",
},
@ -174,7 +174,7 @@ TEXTS = {
'error_file_too_large': "❌ Video is too large ({size_mb:.1f} MB, max = 50)",
'queue_position': "🕐 Your video is #{position} in queue\nYour request is very important to us!",
'queue_first': "⬇️ Downloading video...",
'select_quality': "Select video quality:\n(10 sec auto-download of best quality)",
'select_quality': "Select video quality:\n(10 sec auto-download)",
'quality_cancelled': "❌ Cancelled",
'fetching_formats': "🔍 Fetching available formats...",
}