This commit is contained in:
Kovid Goyal 2015-09-12 08:05:15 +05:30
parent 9b5fa2c7f5
commit 470a9b2f3e

View File

@ -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)