diff SecureMenu.lua @ 71:4f9fd025112b

Correct Localization
author contrebasse
date Sat, 14 May 2011 20:23:41 +0200
parents 60871b43531d
children a77fd9d06ba4
line wrap: on
line diff
--- a/SecureMenu.lua	Sat May 14 20:19:22 2011 +0200
+++ b/SecureMenu.lua	Sat May 14 20:23:41 2011 +0200
@@ -195,7 +195,7 @@
 end
 
 local function WarnNotMakable(btn)
-	A.Error(L["You do not have enough [%s] to craft [%s]"]:format(btn.itemNameString,TitleText:GetText()))
+	A.Error(A.L["You do not have enough [%s] to craft [%s]"]:format(btn.itemNameString,TitleText:GetText()))
 end
 
 -- Update counts and button actions