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": "Alle ausgewählt",
|
||||
"select_videos_all": "Videos auswählen... (Alle ausgewählt)",
|
||||
"please_enter_url": "Bitte geben Sie zuerst eine URL ein",
|
||||
"error_title": "Fehler",
|
||||
"cookie_file_selected_title": "Cookie-Datei ausgewählt",
|
||||
"cookie_file_selected_message": "Cookie-Datei ausgewählt: {path}",
|
||||
"browser_cookies_selected_title": "Browser-Cookies ausgewählt",
|
||||
|
||||
Reference in New Issue
Block a user