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: 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