aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-15 21:41:23 -0500
committerJesús <heckyel@hyperbola.info>2019-12-15 21:41:23 -0500
commit780d4aee1f83a65e257be35acd942cb5c293f486 (patch)
tree3259c111004e92f897eb048ddbab7c55f310c652
parentdc34c438ce3b9984b92a93e8a57c18eedefc5d9f (diff)
downloadhypervideo-gui-780d4aee1f83a65e257be35acd942cb5c293f486.tar.lz
hypervideo-gui-780d4aee1f83a65e257be35acd942cb5c293f486.tar.xz
hypervideo-gui-780d4aee1f83a65e257be35acd942cb5c293f486.zip
improve message formats empty
-rw-r--r--hypervideo_gui/main_ui.py2
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 '''