Typo fixed #393
Repooc [11-09-16 - 23:23]
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index e56e07b..808f279 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -639,7 +639,7 @@ L["From Mount"] = "С маунта"
L["Start fishing even if you are mounted."] = "Забрасывать удочку даже, если вы на средстве передвижения."
L["Apply Lures"] = "Наживка"
L["Automatically apply lures."] = "Автоматически насаживать наживку."
-L["Ingore Poles"] = "Без удочки"
+L["Ignore Poles"] = "Без удочки"
L["If enabled will start fishing even if you don't have fishing pole equipped. Will not work if you have fish key set to \"None\"."] = "При включении будет начинать рыбачить даже без надетой удочки. Не будет работать, если модификатор рыбалки выставлен на \"Нет\"."
L["Fish Key"] = "Модификатор рыбалки"
L["Hold this button while clicking to allow fishing action."] = "Удерживайте эту кнопку для быстрой рыбалки."
diff --git a/ElvUI_SLE/options/professions_c.lua b/ElvUI_SLE/options/professions_c.lua
index 85fe6da..59b7331 100644
--- a/ElvUI_SLE/options/professions_c.lua
+++ b/ElvUI_SLE/options/professions_c.lua
@@ -193,7 +193,7 @@ local function configTable()
},
IgnorePole = {
order = 4,
- name = L["Ingore Poles"],
+ name = L["Ignore Poles"],
desc = L["If enabled will start fishing even if you don't have fishing pole equipped. Will not work if you have fish key set to \"None\"."],
type = "toggle",
disabled = function() return not E.private.sle.professions.fishing.EasyCast or E.private.sle.professions.fishing.CastButton == "None" end,