mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
typo
This commit is contained in:
parent
523850de45
commit
f680f10ead
@ -565,7 +565,7 @@ class EditorWidget(QTextEdit, LineEditECM): # {{{
|
|||||||
url = self.url.text()
|
url = self.url.text()
|
||||||
if url.lower().split(':', 1)[0] in ('http', 'https'):
|
if url.lower().split(':', 1)[0] in ('http', 'https'):
|
||||||
error_dialog(self, _('Remote images not supported'), _(
|
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)
|
' to remote images are not supported.'), show=True)
|
||||||
return
|
return
|
||||||
QDialog.accept(self)
|
QDialog.accept(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user