From f2630b57055381431ca8890e61ef3941c23cecfe Mon Sep 17 00:00:00 2001 From: Guido Flohr Date: Thu, 4 Jul 2024 16:45:48 +0300 Subject: [PATCH] change error message --- src/dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog.py b/src/dialog.py index 8fab4ad..9f6541b 100644 --- a/src/dialog.py +++ b/src/dialog.py @@ -248,7 +248,7 @@ def _do_import(_) -> Union[Exception, tuple[int, int, int, int, int]]: return e if not self.file_list.count(): - show_critical(_('No input files specified or the input files do not exist!')) + show_critical(_('No input files specified!')) self.reject() if not self._save_config():