This commit is contained in:
@@ -29,10 +29,10 @@ function TSMAPI:OpenFrame()
|
||||
if TSM.db.global.infoMessage < 1001 then
|
||||
TSM.db.global.infoMessage = 1001
|
||||
StaticPopupDialogs["TSM_INFO_MESSAGE"] = StaticPopupDialogs["TSM_INFO_MESSAGE"] or {
|
||||
text = format(L["More advanced options are now designated by %sred text|r. Beginners are encourages to come back to these once they have a solid understanding of the basics."], TSMAPI.Design:GetInlineColor("advanced")),
|
||||
text = format(L["More advanced options are now designated by %sred text|r. Beginners are encouraged to come back to these once they have a solid understanding of the basics."], TSMAPI.Design:GetInlineColor("advanced")),
|
||||
button1 = OKAY,
|
||||
OnAccept = function()
|
||||
TSM:Printf(L["More advanced options are now designated by %sred text|r. Beginners are encourages to come back to these once they have a solid understanding of the basics."], TSMAPI.Design:GetInlineColor("advanced"))
|
||||
TSM:Printf(L["More advanced options are now designated by %sred text|r. Beginners are encouraged to come back to these once they have a solid understanding of the basics."], TSMAPI.Design:GetInlineColor("advanced"))
|
||||
end,
|
||||
timeout = 0,
|
||||
preferredIndex = 3,
|
||||
@@ -137,4 +137,4 @@ function TSM:GetTSMFrameSelectionPath()
|
||||
tinsert(path, {type="Icon", value=TSM.Frame.selected.info.name})
|
||||
private:FramePathHelper(TSM.Frame, path)
|
||||
return path
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user