From a742accb4a814798f9d263e48428ddc5ee383105 Mon Sep 17 00:00:00 2001 From: Repooc Date: Mon, 13 Oct 2014 20:35:12 -0400 Subject: [PATCH] Some mouse over changes Signed-off-by: Repooc --- ElvUI_SLE/locales/english.lua | 2 +- ElvUI_SLE/locales/german.lua | 2 +- ElvUI_SLE/locales/russian.lua | 2 +- ElvUI_SLE/options/marks_c.lua | 4 ++-- ElvUI_SLE/options/uibuttons_c.lua | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index 6893964..d658139 100644 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -357,7 +357,7 @@ L["Offset the tooltip on the Y-axis."] = true L["UI Buttons"] = true L["UB_DESC"] = "This adds a small bar with some useful buttons which acts as a small menu for common things." L["Show/Hide UI buttons."] = true -L["Mouse over"] = true +L["Mouse Over"] = true L["Show on mouse over."] = true L["Buttons position"] = true L["Layout for UI buttons."] = true diff --git a/ElvUI_SLE/locales/german.lua b/ElvUI_SLE/locales/german.lua index 6bd2658..47bc477 100644 --- a/ElvUI_SLE/locales/german.lua +++ b/ElvUI_SLE/locales/german.lua @@ -124,7 +124,7 @@ L["Sets font size on DBM bars"] = "Wähle die Schriftgröße der DBM Leisten" L["UI Buttons"] = "UI tasten" L["Additional menu with useful buttons"] = "Zusätzliches Menü mit nützlichen Tasten" L["Show/Hide UI buttons."] = "Zeige/Verstecke die UI Tasten." -L["Mouse over"] = "Mouse over" +L["Mouse Over"] = "Mouse Over" L["Show on mouse over."] = "Zeige auf mouse over." L["Buttons position"] = "Tasten Position" L["Layout for UI buttons."] = "Layout für die UI tasten." diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua index da80334..cddcaa2 100644 --- a/ElvUI_SLE/locales/russian.lua +++ b/ElvUI_SLE/locales/russian.lua @@ -359,7 +359,7 @@ L["Offset the tooltip on the Y-axis."] = "Смещает подсказку по L["UI Buttons"] = "Меню интерфейса" L["Additional menu with useful buttons"] = "Дополнительное меню с полезными кнопками" L["Show/Hide UI buttons."] = "Показать/скрыть меню" -L["Mouse over"] = "При наведении" +L["Mouse Over"] = "При наведении" L["Show on mouse over."] = "Отображать при наведении мыши." L["Buttons position"] = "Положение кнопок" L["Layout for UI buttons."] = "Режим положения кнопок" diff --git a/ElvUI_SLE/options/marks_c.lua b/ElvUI_SLE/options/marks_c.lua index d9a22cc..1f89725 100644 --- a/ElvUI_SLE/options/marks_c.lua +++ b/ElvUI_SLE/options/marks_c.lua @@ -71,7 +71,7 @@ local function configTable() mouseover = { order = 7, type = "toggle", - name = L["Mouseover"], + name = L["Mouse Over"], desc = L["Show on mouse over."], disabled = function() return not E.private.sle.marks.marks end, get = function(info) return E.db.sle.marks.mouseover end, @@ -143,7 +143,7 @@ local function configTable() mouseover = { order = 7, type = "toggle", - name = L["Mouseover"], + name = L["Mouse Over"], desc = L["Show on mouse over."], disabled = function() return not E.private.sle.marks.flares end, get = function(info) return E.db.sle.flares.mouseover end, diff --git a/ElvUI_SLE/options/uibuttons_c.lua b/ElvUI_SLE/options/uibuttons_c.lua index 3cdc4aa..b8ecfbc 100644 --- a/ElvUI_SLE/options/uibuttons_c.lua +++ b/ElvUI_SLE/options/uibuttons_c.lua @@ -58,7 +58,7 @@ local function configTable() mouse = { order = 8, type = "toggle", - name = L["Mouse over"], + name = L["Mouse Over"], desc = L["Show on mouse over."], disabled = function() return not E.db.sle.uibuttons.enable end, get = function(info) return E.db.sle.uibuttons.mouse end, -- 1.7.9.5