changeset 71:4f9fd025112b

Correct Localization
author contrebasse
date Sat, 14 May 2011 20:23:41 +0200
parents 32ec6417874a
children 9cf4ca2145a3
files SecureMenu.lua utils.lua
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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
--- a/utils.lua	Sat May 14 20:19:22 2011 +0200
+++ b/utils.lua	Sat May 14 20:23:41 2011 +0200
@@ -65,7 +65,7 @@
 				end -- if
 			end -- if
 		end -- for
-		--A.Error(L["Tradeskill not found for %d, is the recipe hidden ?"]:format(itemID))
+		--A.Error(A.L["Tradeskill not found for %d, is the recipe hidden ?"]:format(itemID))
 	end -- function
 end -- do