From 470a9b2f3eece040726d68f2d1347535bcd4952b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 12 Sep 2015 08:05:15 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/preferences.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/tweak_book/preferences.py b/src/calibre/gui2/tweak_book/preferences.py index 1c764848d3..2cca72ca2b 100644 --- a/src/calibre/gui2/tweak_book/preferences.py +++ b/src/calibre/gui2/tweak_book/preferences.py @@ -223,8 +223,8 @@ class EditorSettings(BasicSettings): lw = self('editor_accepts_drops') lw.setText(_('Allow drag and drop editing of text')) lw.setToolTip('

' + _( - '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)