From 63aa18dae0f77c56a396eb62a920a031466dd2f5 Mon Sep 17 00:00:00 2001 From: Simpy Date: Fri, 22 Sep 2017 19:42:24 -0400 Subject: [PATCH] typo --- ElvUI_SLE/locales/english.lua | 2 +- ElvUI_SLE/locales/german.lua | 2 +- ElvUI_SLE/locales/russian.lua | 2 +- ElvUI_SLE/options/quests_c.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index 9e84723..c813248 100644 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -700,7 +700,7 @@ L["Play sound when Kkilling blows popup is shown."] = true --Quests L["Rested"] = true L["Auto Reward"] = true -L["Automatically selects areward with higherst selling price when quest is completed. Does not really finish the quest."] = true +L["Automatically selects a reward with higherst selling price when quest is completed. Does not really finish the quest."] = true --Raid Marks L["Raid Markers"] = true diff --git a/ElvUI_SLE/locales/german.lua b/ElvUI_SLE/locales/german.lua index 23ad43c..9a5314d 100644 --- a/ElvUI_SLE/locales/german.lua +++ b/ElvUI_SLE/locales/german.lua @@ -691,7 +691,7 @@ L["Play sound when Kkilling blows popup is shown."] = true --Quests L["Rested"] = true L["Auto Reward"] = true -L["Automatically selects areward with higherst selling price when quest is completed. Does not really finish the quest."] = true +L["Automatically selects a reward with higherst selling price when quest is completed. Does not really finish the quest."] = true --Raid Marks L["Raid Markers"] = "Schlachtzugs-Markierungen" diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua index efc589a..b5ef4b3 100644 --- a/ElvUI_SLE/locales/russian.lua +++ b/ElvUI_SLE/locales/russian.lua @@ -696,7 +696,7 @@ L["Play sound when Kkilling blows popup is shown."] = "Проигрывать з --Quests L["Rested"] = "Отдых" L["Auto Reward"] = "Автоматическая награда" -L["Automatically selects areward with higherst selling price when quest is completed. Does not really finish the quest."] = "Автоматическивыбирать награду с наивысшей стоимостью при сдаче квеста." +L["Automatically selects a reward with higherst selling price when quest is completed. Does not really finish the quest."] = "Автоматическивыбирать награду с наивысшей стоимостью при сдаче квеста." --Raid Marks L["Raid Markers"] = "Рейдовые Метки" diff --git a/ElvUI_SLE/options/quests_c.lua b/ElvUI_SLE/options/quests_c.lua index 0c15ada..9c8edd3 100644 --- a/ElvUI_SLE/options/quests_c.lua +++ b/ElvUI_SLE/options/quests_c.lua @@ -29,7 +29,7 @@ local function configTable() type = "toggle", order = 2, name = L["Auto Reward"], - desc = L["Automatically selects areward with higherst selling price when quest is completed. Does not really finish the quest."], + desc = L["Automatically selects a reward with higherst selling price when quest is completed. Does not really finish the quest."], get = function(info) return E.db.sle.quests.autoReward end, set = function(info, value) E.db.sle.quests.autoReward = value; end, }, -- 1.7.9.5