mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
830b0b5a10
commit
77ed3d106d
@ -141,7 +141,7 @@ class RegexBuilder(QDialog, Ui_RegexBuilder):
|
|||||||
except OSError:
|
except OSError:
|
||||||
if iswindows:
|
if iswindows:
|
||||||
error_dialog(self, _('Could not open file'),
|
error_dialog(self, _('Could not open file'),
|
||||||
_('Could not open file, do you have it open in'
|
_('Could not open the file, do you have it open in'
|
||||||
' another program?'), show=True)
|
' another program?'), show=True)
|
||||||
return False
|
return False
|
||||||
raise
|
raise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user