mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9b5fa2c7f5
commit
470a9b2f3e
@ -223,8 +223,8 @@ class EditorSettings(BasicSettings):
|
|||||||
lw = self('editor_accepts_drops')
|
lw = self('editor_accepts_drops')
|
||||||
lw.setText(_('Allow drag and drop editing of text'))
|
lw.setText(_('Allow drag and drop editing of text'))
|
||||||
lw.setToolTip('<p>' + _(
|
lw.setToolTip('<p>' + _(
|
||||||
'Allow using drag and drop to move text around in the editor.'
|
'Allow using drag and drop to move text around in the editor.'
|
||||||
' It can be useful to turn this off if you have a misbehaving touchpad.'))
|
' It can be useful to turn this off if you have a misbehaving touchpad.'))
|
||||||
l.addRow(lw)
|
l.addRow(lw)
|
||||||
|
|
||||||
self.dictionaries = d = QPushButton(_('Manage &spelling dictionaries'), self)
|
self.dictionaries = d = QPushButton(_('Manage &spelling dictionaries'), self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user