From 6a36d16990bf4778e9837bdcf07288a4f9739864 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 15 Mar 2013 21:05:06 +0100 Subject: [PATCH] The queen's wrath! --- Config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Config.lua b/Config.lua index 7bec9e7..abbdabd 100644 --- a/Config.lua +++ b/Config.lua @@ -185,7 +185,7 @@ Panel:SetScript('OnShow', function(self) local Gossip = CreateCheckButton(self, 'gossip') Gossip:SetPoint('TOPLEFT', Items, 'BOTTOMLEFT', 0, -8) - Gossip.Text:SetText('Automaticly select gossip option if there is only one') + Gossip.Text:SetText('Automatically select gossip option if there is only one') local GossipRaid = CreateCheckButton(self, 'gossipraid') GossipRaid:SetPoint('TOPLEFT', Gossip, 'BOTTOMLEFT', 24, -8) @@ -211,7 +211,7 @@ Panel:SetScript('OnShow', function(self) local Darkmoon = CreateCheckButton(self, 'faireport') Darkmoon:SetPoint('TOPLEFT', GossipRaid, 'BOTTOMLEFT', -24, -8) - Darkmoon.Text:SetText('Darkmoon Faire: Automaticly teleport') + Darkmoon.Text:SetText('Darkmoon Faire: Automatically teleport') local Reverse = CreateCheckButton(self, 'reverse') Reverse:SetPoint('TOPLEFT', Darkmoon, 'BOTTOMLEFT', 0, -8) @@ -256,7 +256,7 @@ Panel:SetScript('OnShow', function(self) local FilterText = self:CreateFontString(nil, nil, 'GameFontHighlight') FilterText:SetPoint('TOPLEFT', Modifier, 'BOTTOMLEFT', 18, -30) - FilterText:SetText('Items filtered from automization') + FilterText:SetText('Items filtered from automation') local FilterDetails = CreateFrame('Button', nil, self) FilterDetails:SetPoint('LEFT', FilterText, 'RIGHT') -- 1.7.9.5