Show error dialog for invalid URLs in GUI
Replaces status label updates with QMessageBox warnings for invalid video URLs in the main UI. Adds 'error_title' translation key to all supported languages for consistent error dialog titles.
This commit is contained in:
@@ -288,6 +288,7 @@
|
||||
"all_selected": "Wszystkie wybrane",
|
||||
"select_videos_all": "Wybierz wideo... (Wszystkie wybrane)",
|
||||
"please_enter_url": "Proszę najpierw wprowadzić URL",
|
||||
"error_title": "Błąd",
|
||||
"cookie_file_selected_title": "Wybrano plik ciasteczek",
|
||||
"cookie_file_selected_message": "Wybrano plik ciasteczek: {path}",
|
||||
"browser_cookies_selected_title": "Wybrano ciasteczka przeglądarki",
|
||||
|
||||
Reference in New Issue
Block a user