diff options
Diffstat (limited to 'hypervideo_gui/main_ui.py')
-rw-r--r-- | hypervideo_gui/main_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 653e0de..5bbcace 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -355,7 +355,7 @@ class MainWindow(QMainWindow): count = self.video_format_combobox.count() self.video_format_combobox.setCurrentIndex(count-1) else: - self.show_message("Formats empty") + self.show_message("Formats empty or URL without video") def download_selected(self): ''' Download selected video format ''' |