# HG changeset patch # User contrebasse # Date 1305410646 -7200 # Node ID 0e2606039c98406043bf7fd09a18269ebbbc9944 # Parent 31009ddc7d319ba1736bb02eaad79915cc8abc70 Remove space in an error sentence diff -r 31009ddc7d31 -r 0e2606039c98 ReagentMaker.lua --- a/ReagentMaker.lua Sun May 15 00:02:18 2011 +0200 +++ b/ReagentMaker.lua Sun May 15 00:04:06 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. Try to remove the filters on the recipes."]) + 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