mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:43:27 +02:00
...
This commit is contained in:
parent
8039327eda
commit
b2b2f61e96
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ def __init__(self, parent=None):
|
|||
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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue