- Minor verbiage correction.
HonorGoG [12-31-23 - 00:10]
- Minor verbiage correction.
diff --git a/TitanClassic/TitanClassicUtils.lua b/TitanClassic/TitanClassicUtils.lua
index 425195c..8c63cbf 100644
--- a/TitanClassic/TitanClassicUtils.lua
+++ b/TitanClassic/TitanClassicUtils.lua
@@ -2089,6 +2089,10 @@ function TitanPrint(message, msg_type)
pre = ""
elseif msg_type == "header" then
local ver = TitanPanel_GetVersion()
+ pre = TitanUtils_GetGoldText(L["TITAN_PANEL"])
+ ..TitanUtils_GetGreenText(" "..ver)
+ ..TitanUtils_GetGoldText(L["TITAN_PANEL_VERSION_INFO"]
+ )
pre = pre.."\n"
..TitanUtils_GetRedText("WARNING: ")
..TitanUtils_GetGoldText("This is the last update of "..L["TITAN_PANEL"].."!")