From 16f3f6616c33d26b332e3718ddcf4b57f497483e Mon Sep 17 00:00:00 2001 From: Repooc Date: Wed, 9 Nov 2016 18:23:03 -0500 Subject: [PATCH] Typo fixed #393 --- ElvUI_SLE/locales/russian.lua | 2 +- ElvUI_SLE/options/professions_c.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 1.7.9.5