mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-25 08:12:35 -04:00
...
This commit is contained in:
@@ -223,8 +223,8 @@ class EditorSettings(BasicSettings):
|
||||
lw = self('editor_accepts_drops')
|
||||
lw.setText(_('Allow drag and drop editing of text'))
|
||||
lw.setToolTip('<p>' + _(
|
||||
'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.'))
|
||||
'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.'))
|
||||
l.addRow(lw)
|
||||
|
||||
self.dictionaries = d = QPushButton(_('Manage &spelling dictionaries'), self)
|
||||
|
||||
Reference in New Issue
Block a user