Quantcast

Details should refer to the right settings on load

Adrian L Lange [02-15-13 - 04:27]
Details should refer to the right settings on load
Filename
Config.lua
diff --git a/Config.lua b/Config.lua
index 798d6aa..a2738f2 100644
--- a/Config.lua
+++ b/Config.lua
@@ -180,7 +180,12 @@ Panel:SetScript('OnShow', function(self)
 		UIDropDownMenu_AddButton(info)
 	end)
 	Modifier:SetPoint('TOPLEFT', Reverse, 'BOTTOMLEFT', -13, -14)
-	Modifier.Text:SetText('Modifier to temporarly disable automation')
+
+	if(MonomythDB.reverse) then
+		Modifier.Text:SetText('Modifier to temporarly enable automation')
+	else
+		Modifier.Text:SetText('Modifier to temporarly disable automation')
+	end

 	Reverse:HookScript('OnClick', function(self)
 		if(self:GetChecked()) then