diff options
author | 2013-10-29 23:41:16 -0400 | |
---|---|---|
committer | 2013-10-29 23:41:16 -0400 | |
commit | 4945513b66637ad26071838f06e44075c7d098a5 (patch) | |
tree | 59413f0ac70999aa477528ca008245c8fe4d454b /modules/textadept/adeptsense.lua | |
parent | 41115f01ea93abdb8567464197e66bb248d1f02b (diff) | |
download | textadept-4945513b66637ad26071838f06e44075c7d098a5.tar.gz textadept-4945513b66637ad26071838f06e44075c7d098a5.zip |
More documentation updates.
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r-- | modules/textadept/adeptsense.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index 6983b4dd..b76335c3 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -826,7 +826,7 @@ function M.goto_ctag(sense, kind, title) end end -- Prompt the user to select a tag to jump to. - local columns = {'Name', 'Location'} + local columns = {_L['Name'], 'Location'} if adeptsense_kind == M.FUNCTION or adeptsense_kind == M.FIELD then table.insert(columns, 2, 'Class') end |