From 4945513b66637ad26071838f06e44075c7d098a5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 29 Oct 2013 23:41:16 -0400 Subject: More documentation updates. --- modules/textadept/adeptsense.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.3