This commit is contained in:
Kovid Goyal 2019-09-16 13:31:09 +05:30
parent 523850de45
commit f680f10ead
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -565,7 +565,7 @@ class EditorWidget(QTextEdit, LineEditECM): # {{{
url = self.url.text()
if url.lower().split(':', 1)[0] in ('http', 'https'):
error_dialog(self, _('Remote images not supported'), _(
'You must download the image to you computer, URLs pointing'
'You must download the image to your computer, URLs pointing'
' to remote images are not supported.'), show=True)
return
QDialog.accept(self)