From 3690e5d6df1923226587ee6e6a3e4cbb5041c29a Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 17 Aug 2014 02:43:23 +0200 Subject: [PATCH] We don't do any localizations here, what is this nonsense? --- BonusRollPreview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BonusRollPreview.lua b/BonusRollPreview.lua index b848c59..4e7f75e 100644 --- a/BonusRollPreview.lua +++ b/BonusRollPreview.lua @@ -344,7 +344,7 @@ function Container:PLAYER_LOGIN() local oldName = 'HabeebIt' if(IsAddOnLoaded(oldName)) then DisableAddOn(oldName) - print('|cffff8080BonusRollPreview:|r', string.format(L['You\'re running a conflicting addon (%s), type /reload to resolve'], oldName)) + print('|cffff8080BonusRollPreview:|r You\'re running a conflicting addon, type /reload to resolve') end local ScrollChild = CreateFrame('Frame', nil, self) -- 1.7.9.5