typo
Simpy [09-22-17 - 23:42]
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,
},