mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
988a383714
commit
184bd089c1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user