This commit is contained in:
Kovid Goyal 2011-07-17 17:13:50 -06:00
parent 830b0b5a10
commit 77ed3d106d

View File

@ -141,7 +141,7 @@ class RegexBuilder(QDialog, Ui_RegexBuilder):
except OSError:
if iswindows:
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)
return False
raise