Mercurial > wow > reagentmaker
comparison SecureMenu.lua @ 71:4f9fd025112b
Correct Localization
| author | contrebasse | 
|---|---|
| date | Sat, 14 May 2011 20:23:41 +0200 | 
| parents | 60871b43531d | 
| children | a77fd9d06ba4 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 70:32ec6417874a | 71:4f9fd025112b | 
|---|---|
| 193 local function menuCraftItem() | 193 local function menuCraftItem() | 
| 194 action(itemID,reagentIndex,IsShiftKeyDown()) | 194 action(itemID,reagentIndex,IsShiftKeyDown()) | 
| 195 end | 195 end | 
| 196 | 196 | 
| 197 local function WarnNotMakable(btn) | 197 local function WarnNotMakable(btn) | 
| 198 A.Error(L["You do not have enough [%s] to craft [%s]"]:format(btn.itemNameString,TitleText:GetText())) | 198 A.Error(A.L["You do not have enough [%s] to craft [%s]"]:format(btn.itemNameString,TitleText:GetText())) | 
| 199 end | 199 end | 
| 200 | 200 | 
| 201 -- Update counts and button actions | 201 -- Update counts and button actions | 
| 202 function MenuFrame.updateCounts() | 202 function MenuFrame.updateCounts() | 
| 203 local anyMakable | 203 local anyMakable | 
