Skip to content

Commit

Permalink
change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Jul 4, 2024
1 parent f2d9471 commit f2630b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit f2630b5

Please sign in to comment.