This commit is contained in:
Kovid Goyal 2018-12-04 17:43:32 +05:30
parent 988a383714
commit 184bd089c1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -264,7 +264,7 @@ class ConfigDialog(QDialog, Ui_Dialog):
l.addRow(_('&Language:'), self.le)
self.url = u = QLineEdit(self)
u.setMinimumWidth(350)
u.setPlaceholderText(_('For example: %s') % 'http://dictionary.com/{word}')
u.setPlaceholderText(_('For example: %s') % 'https://dictionary.com/{word}')
l.addRow(_('&URL:'), u)
self.bb = bb = QDialogButtonBox(QDialogButtonBox.Ok|QDialogButtonBox.Cancel)
l.addRow(bb)