aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/adeptsense.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-10-29 23:41:16 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-10-29 23:41:16 -0400
commit4945513b66637ad26071838f06e44075c7d098a5 (patch)
tree59413f0ac70999aa477528ca008245c8fe4d454b /modules/textadept/adeptsense.lua
parent41115f01ea93abdb8567464197e66bb248d1f02b (diff)
downloadtextadept-4945513b66637ad26071838f06e44075c7d098a5.tar.gz
textadept-4945513b66637ad26071838f06e44075c7d098a5.zip
More documentation updates.
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r--modules/textadept/adeptsense.lua2
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