From 1d417bc84c5a554c5209562b9e65e689c88515a7 Mon Sep 17 00:00:00 2001 From: Ahmil Jilani Date: Thu, 16 Oct 2014 17:40:09 -0400 Subject: [PATCH] fixing comment typo --- SuperDuperMacro/SuperDuperMacro_Frames.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperDuperMacro/SuperDuperMacro_Frames.lua b/SuperDuperMacro/SuperDuperMacro_Frames.lua index a89d051..e8add7e 100644 --- a/SuperDuperMacro/SuperDuperMacro_Frames.lua +++ b/SuperDuperMacro/SuperDuperMacro_Frames.lua @@ -736,7 +736,7 @@ function sdm_CreateDefaultMacroFrameButtons() f:SetScript("OnClick", sdm_UpgradeButtonClicked) sdm_SetTooltip(f, "Turn the selected macro into a Super Duper Macro, allowing you to make it longer") - -- The following three frames are only showed when SDM's "Change Name/Icon" button is clicked. Clicking this button hijack's the default MacroPopupFrame and modifies it to our needs. + -- The following three frames are only showed when SDM's "Change Name/Icon" button is clicked. Clicking this button hijacks the default MacroPopupFrame and modifies it to our needs. -- Create the "Different name on button" checkbox f = CreateFrame("CheckButton", "$parent_buttonTextCheckBox", MacroPopupFrame, "UICheckButtonTemplate") -- 1.7.9.5