From d847e314957b041d677d4498b1f4f431d3a6e827 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 24 Jun 2012 18:46:07 -0400 Subject: Show the text to be localized in the 'No Localization' message; core/locale.lua --- core/locale.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/locale.lua b/core/locale.lua index a2a0d9d4..90142708 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -22,4 +22,4 @@ for line in f:lines() do end f:close() -return setmetatable(M, { __index = function() return M._NIL end }) +return setmetatable(M, { __index = function(t, k) return M._NIL..': '..k end }) -- cgit v1.2.3