Fix incorrect variable name

This commit is contained in:
ShadowNinja 2015-02-16 23:22:21 -05:00
parent c497c7b10c
commit 4a0c8e1580
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local insertion_pattern = "("..INS_CHAR.."?)"..INS_CHAR.."(%(?)(%d+)(%)?)"
local function make_getter(msgstrs) local function make_getter(msgstrs)
return function(s, ...) return function(s, ...)
local str local str
if strs then if msgstrs then
str = msgstrs[s] str = msgstrs[s]
end end
if not str or str == "" then if not str or str == "" then