From b2b2f61e966ccafa8fc98e403b1ac07d59b00986 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Feb 2014 22:51:21 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/preferences.py b/src/calibre/gui2/tweak_book/preferences.py index 23555f3098..8d07fc7221 100644 --- a/src/calibre/gui2/tweak_book/preferences.py +++ b/src/calibre/gui2/tweak_book/preferences.py @@ -181,7 +181,7 @@ class EditorSettings(BasicSettings): l.addRow(lw) lw = self('editor_show_char_under_cursor') - lw.setText(_('Show the name of the current character under the cursor along with the line and column number')) + lw.setText(_('Show the name of the current character before the cursor along with the line and column number')) l.addRow(lw) class IntegrationSettings(BasicSettings):