# HG changeset patch # User contrebasse # Date 1305410538 -7200 # Node ID 31009ddc7d319ba1736bb02eaad79915cc8abc70 # Parent cd36938d2a48cf945b5189027bb5b0e1da716f3a Update localization diff -r cd36938d2a48 -r 31009ddc7d31 ReagentMaker.lua --- a/ReagentMaker.lua Sat May 14 23:54:02 2011 +0200 +++ b/ReagentMaker.lua Sun May 15 00:02:18 2011 +0200 @@ -131,7 +131,7 @@ if #(A.data[reagentID]) == 1 and not A.data[reagentID][1].macro then local numMakable, reagentIndex = A.numMakable(reagentID) if not numMakable then - A.Error(A.L["The recipe to make the reagent seems to be hidden, it is not makable."]) + A.Error(A.L["The recipe to make the reagent seems to be hidden, it is not makable. Try to remove the filters on the recipes."]) return end if numMakable>0 then diff -r cd36938d2a48 -r 31009ddc7d31 localization.lua --- a/localization.lua Sat May 14 23:54:02 2011 +0200 +++ b/localization.lua Sun May 15 00:02:18 2011 +0200 @@ -7,13 +7,6 @@ }) A.L = L ---@debug@ -L["Recipe link not found for %s"] = "Recipe link not found for %s" -L["The recipe to make the reagent seems to be hidden, it is not makable."] = "The recipe to make the reagent seems to be hidden, it is not makable." -L["You do not have enough [%s] to craft [%s]"] = "You do not have enough [%s] to craft [%s]" -L["You do not have enough reagents to craft [%s]"] = "You do not have enough reagents to craft [%s]" ---@end-debug@ - --@localization(locale="enUS", format="lua_additive_table", handle-unlocalized="english")@ local locale = GetLocale()