This commit is contained in:
Kovid Goyal 2014-02-23 22:51:21 +05:30
parent 8039327eda
commit b2b2f61e96

View File

@ -181,7 +181,7 @@ class EditorSettings(BasicSettings):
l.addRow(lw) l.addRow(lw)
lw = self('editor_show_char_under_cursor') 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) l.addRow(lw)
class IntegrationSettings(BasicSettings): class IntegrationSettings(BasicSettings):