Update setting text to be more accurate, fix text alpha
Tek Hudson [09-05-19 - 06:31]
Update setting text to be more accurate, fix text alpha
diff --git a/DruidBar.lua b/DruidBar.lua
index 61f30f1..24d1da6 100644
--- a/DruidBar.lua
+++ b/DruidBar.lua
@@ -360,11 +360,11 @@ function DruidBar_TextRenderer()
if DruidBarKey.Percent == 0 then -- Numbers
dbarShow(DruidBarTextCenter);
DruidBarTextCenter:SetText(ManaValues());
- DruidBarTextCenter:SetTextColor(1,1,1,0);
+ DruidBarTextCenter:SetTextColor(1,1,1,1);
elseif DruidBarKey.Percent == 1 then -- Percent
dbarShow(DruidBarTextCenter);
DruidBarTextCenter:SetText(ManaPercentage());
- DruidBarTextCenter:SetTextColor(1,1,1,0);
+ DruidBarTextCenter:SetTextColor(1,1,1,1);
end
else -- Both
dbarShow(DruidBarTextLeft);
diff --git a/localization.lua b/localization.lua
index 156e87b..cf548ab 100644
--- a/localization.lua
+++ b/localization.lua
@@ -57,7 +57,7 @@ DRUIDBAR_OPTIONS_DROP = {
["Text"] = {
[0] = "Original";
[1] = "New";
- [2] = "No Text";
+ [2] = "Mouseover";
};
["Percent"] = {
[0] = "Raw numbers";