Quantcast

localee selection fix

Alex Shubert [10-27-14 - 16:08]
localee selection fix
Filename
loc/localization_IT.lua
diff --git a/loc/localization_IT.lua b/loc/localization_IT.lua
index 50a539b..5fc4c4b 100644
--- a/loc/localization_IT.lua
+++ b/loc/localization_IT.lua
@@ -1,6 +1,6 @@
 local addonName, privateTable = ...
 -- translators wanted :(
-if (GetLocale() ~= "itIT")  then
+if (GetLocale() == "itIT")  then
 privateTable.L = setmetatable({
 	["reset"]="setting was resetted",
 	["usage1"]="'on'/'off' to enable or disable addon",