Quantcast

- Updated TOC to 8.0.2 for release.

HonorGoG [01-14-24 - 00:42]
- Updated TOC to 8.0.2 for release.
- TitanConfig: Added L["TITAN_PANEL_GLOBAL_USE"] back into code base.
- Localizations: Added L["TITAN_ABOUT"] to all localizations and added into TitanConfig into code base.
- Localizations: Replaced L["TITAN_PANEL_MENU_ADV_DESC"] with L["TITAN_PANEL_MENU_ADV_TIMER_DESC"]  in all localizations and updated TitanConfig code base.
- Localization: Localization.lua removed extraneous L["TITAN_PANEL_MENU_ADV_DESC"] from file.
Filename
Titan/Titan.lua
Titan/TitanConfig.lua
Titan/Titan_Mainline.toc
Titan/locale/Localization.BR.lua
Titan/locale/Localization.CN.lua
Titan/locale/Localization.DE.lua
Titan/locale/Localization.ES.lua
Titan/locale/Localization.FR.lua
Titan/locale/Localization.IT.lua
Titan/locale/Localization.KR.lua
Titan/locale/Localization.MX.lua
Titan/locale/Localization.RU.lua
Titan/locale/Localization.TW.lua
Titan/locale/Localization.lua
TitanAmmo/TitanAmmo_Vanilla.toc
TitanAmmo/TitanAmmo_Wrath.toc
TitanBag/TitanBag_Mainline.toc
TitanBag/TitanBag_Vanilla.toc
TitanBag/TitanBag_Wrath.toc
TitanClassic/TitanClassic_Vanilla.toc
TitanClassic/TitanClassic_Wrath.toc
TitanClock/TitanClock_Mainline.toc
TitanClock/TitanClock_Vanilla.toc
TitanClock/TitanClock_Wrath.toc
TitanGold/TitanGold_Mainline.toc
TitanGold/TitanGold_Vanilla.toc
TitanGold/TitanGold_Wrath.toc
TitanLocation/TitanLocation_Mainline.toc
TitanLocation/TitanLocation_Vanilla.toc
TitanLocation/TitanLocation_Wrath.toc
TitanLootType/TitanLootType_Mainline.toc
TitanLootType/TitanLootType_Vanilla.toc
TitanLootType/TitanLootType_Wrath.toc
TitanPerformance/TitanPerformance_Mainline.toc
TitanPerformance/TitanPerformance_Vanilla.toc
TitanPerformance/TitanPerformance_Wrath.toc
TitanRegen/TitanRegen_Vanilla.toc
TitanRegen/TitanRegen_Wrath.toc
TitanRepair/TitanRepair_Mainline.toc
TitanRepair/TitanRepair_Vanilla.toc
TitanRepair/TitanRepair_Wrath.toc
TitanVolume/TitanVolume_Mainline.toc
TitanVolume/TitanVolume_Vanilla.toc
TitanVolume/TitanVolume_Wrath.toc
TitanXP/TitanXP_Mainline.toc
TitanXP/TitanXP_Vanilla.toc
TitanXP/TitanXP_Wrath.toc
diff --git a/Titan/Titan.lua b/Titan/Titan.lua
index 2c2cbdb..fc9f0f5 100644
--- a/Titan/Titan.lua
+++ b/Titan/Titan.lua
@@ -2139,7 +2139,8 @@ local function BuildMainMenu(frame)
 --	TitanPanelRightClickMenu_AddSeparator(TitanPanelRightClickMenu_GetDropdownLevel());
 	local glob, toon, player, server = TitanUtils_GetGlobalProfile()
 	info = {};
-	info.text = "Use Global Profile\n   "..toon
+--  info.text = "Use Global Profile\n   "..toon
+	info.text = L("TITAN_PANEL_GLOBAL_USE"].."\n   "..toon;
 	info.value = "Use Global Profile"
 	info.func = function()
 		TitanUtils_SetGlobalProfile(not glob, toon)
@@ -2551,7 +2552,7 @@ print("_prep R click"
 		Manage > <Level 2>
 		Save => Save current profile (used for Global)
 		-----
-		Use Globale Profile
+		Use Global Profile
 			<Profile name used or <>>
 		----
 		Hide => Hide this Bar
diff --git a/Titan/TitanConfig.lua b/Titan/TitanConfig.lua
index 34afd77..717d032 100644
--- a/Titan/TitanConfig.lua
+++ b/Titan/TitanConfig.lua
@@ -338,7 +338,7 @@ local titan_entry = {
 			}
 		},
 		confinfodesc = {
-			name = "About",
+			name = L["TITAN_ABOUT"],
 			order = 7,
 			type = "group", inline = true,
 			args = {
@@ -2513,7 +2513,7 @@ local conftimerdesc = {
 				confdesc = {
 					order = 10,
 					type = "description",
-					name = L["TITAN_PANEL_MENU_ADV_DESC"],
+					name = L["TITAN_PANEL_MENU_ADV_TIMER_DESC"],
 					cmdHidden = true
 					},
 				advtimerpew = {
@@ -2548,7 +2548,7 @@ local confbuffdesc = {
 				confbuffdesc = {
 					order = 110,
 					type = "description",
-					name = "Adjust Buff icons only as needed. This will override the Titan default adjustment.", --L["TITAN_PANEL_MENU_ADV_DESC"],
+					name = "Adjust Buff icons only as needed. This will override the Titan default adjustment.", --L["TITAN_PANEL_MENU_ADV_TIMER_DESC"],
 					cmdHidden = true
 					},
 				advbuffadj = {
@@ -2586,7 +2586,7 @@ local optionsAdvanced = {
 				confdesc = {
 					order = 110,
 					type = "description",
-					name = L["TITAN_PANEL_MENU_ADV_DESC"],
+					name = L["TITAN_PANEL_MENU_ADV_TIMER_DESC"],
 					cmdHidden = true
 					},
 				advname = {
diff --git a/Titan/Titan_Mainline.toc b/Titan/Titan_Mainline.toc
index 1798971..c5c4873 100644
--- a/Titan/Titan_Mainline.toc
+++ b/Titan/Titan_Mainline.toc
@@ -1,7 +1,7 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.1|r
+## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.2|r
 ## Author: Titan Panel Dev Team
-## Version: 8.0.1
+## Version: 8.0.2
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## Notes: Adds display bars to show and control information/launcher plugins.
 ## X-Credits: TitanMod, Dark Imakuni, Adsertor, Titan Dev Team
diff --git a/Titan/locale/Localization.BR.lua b/Titan/locale/Localization.BR.lua
index 9ec80cb..ed2f8c2 100644
--- a/Titan/locale/Localization.BR.lua
+++ b/Titan/locale/Localization.BR.lua
@@ -169,6 +169,7 @@ L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Carregament Silencioso";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Hide Order Hall Command Bar";

 -- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Versão";
 L["TITAN_ABOUT_AUTHOR"] = "Autor";
 L["TITAN_ABOUT_CREDITS"] = "Créditos";
@@ -233,7 +234,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "Adjusts the frame strata for the "..T
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Avançado";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "Change Timers only if you experience issues with frames not adjusting.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Change Timers only if you experience issues with frames not adjusting.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Entering World";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Change value (usually increase) if frames do not adjust when entering / leaving world or an instance.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Vehicle";
diff --git a/Titan/locale/Localization.CN.lua b/Titan/locale/Localization.CN.lua
index 92d4e4f..0ab1802 100644
--- a/Titan/locale/Localization.CN.lua
+++ b/Titan/locale/Localization.CN.lua
@@ -166,7 +166,8 @@ L["TITAN_PANEL_MENU_PLUGIN_RESET_DESC"] = "刷新扩展组件的文本和位置"
 L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Silent Load";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Hide Order Hall Command Bar";

--- localization strings for AceConfigDialog-3.0
+-- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "版本";
 L["TITAN_ABOUT_AUTHOR"] = "作者";
 L["TITAN_ABOUT_CREDITS"] = "贡献者";
@@ -231,7 +232,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "设置"..TITAN_PANEL.."的框架是
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "高级";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "当你遇到页面框架出错时更改计时器.".."\n"; --??
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "当你遇到页面框架出错时更改计时器.".."\n"; --??
 L["TITAN_PANEL_MENU_ADV_PEW"] = "登陆界面"; --??
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "当你登陆登出游戏或者进出副本时遇到页面框架出错时更改设定值(通常是增大).";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "坐骑";
diff --git a/Titan/locale/Localization.DE.lua b/Titan/locale/Localization.DE.lua
index 396291a..0a4d1c6 100644
--- a/Titan/locale/Localization.DE.lua
+++ b/Titan/locale/Localization.DE.lua
@@ -167,6 +167,7 @@ L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Stilles Laden";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Ordenshalle Befehlsleiste verstecken";

 -- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Version";
 L["TITAN_ABOUT_AUTHOR"] = "Autor";
 L["TITAN_ABOUT_CREDITS"] = "Credits";
@@ -231,7 +232,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "Legt die Frame-Strata f\195\188r die
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Erweitert";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "\195\182ndere die Timereinstellungen nur, wenn es mit den Frameanordnungen Probleme gibt.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "\195\182ndere die Timereinstellungen nur, wenn es mit den Frameanordnungen Probleme gibt.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Betrete Spielwelt";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "\195\182ndere die Werte nur (normalerweise erh\195\182hen), wenn die Rahmen nach Betreten oder Verlassen der Spielwelt oder Instanzen nicht korrekt angezeigt werden.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Fahrzeug";
diff --git a/Titan/locale/Localization.ES.lua b/Titan/locale/Localization.ES.lua
index 5af4de2..26d18ed 100644
--- a/Titan/locale/Localization.ES.lua
+++ b/Titan/locale/Localization.ES.lua
@@ -182,7 +182,8 @@ L["TITAN_PANEL_MENU_PLUGIN_RESET_DESC"] = "Actualizar texto y posición de plugi
 L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Carga silenciosa";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Ocultar la barra de comandos de la Sala de Orden";

--- localization strings for AceConfigDialog-3.0
+-- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Versión";
 L["TITAN_ABOUT_AUTHOR"] = "Autor";
 L["TITAN_ABOUT_CREDITS"] = "Créditos";
@@ -249,7 +250,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "Establece la prioridad de visionado d
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Avanzado";
-L["TITAN_PANEL_MENU_ADV01_DESC"] = "Cambia el retraso tras eventos sólo si tienes problemas de desajuste con los marcos.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Cambia el retraso tras eventos sólo si tienes problemas de desajuste con los marcos.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Entrando en el reino";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Cambia el valor (habitualmente incrementándolo) si los marcos no se ajustan al entrar o salir del reino o de una instancia.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Vehículo";
diff --git a/Titan/locale/Localization.FR.lua b/Titan/locale/Localization.FR.lua
index 4715942..64ee7b1 100644
--- a/Titan/locale/Localization.FR.lua
+++ b/Titan/locale/Localization.FR.lua
@@ -171,6 +171,7 @@ L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Chargement silencieux";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Hide Order Hall Command Bar";

 -- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Version";
 L["TITAN_ABOUT_AUTHOR"] = "Auteur";
 L["TITAN_ABOUT_CREDITS"] = "Credits";
@@ -235,7 +236,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "Ajuste l'altitude des frames pour les
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Avancé";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "Changez les timers uniquement si vous avez des problèmes avec l'ajustement des frames.".."\n"; -- ??
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Changez les timers uniquement si vous avez des problèmes avec l'ajustement des frames.".."\n"; -- ??
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Entrée dans le monde";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Utiliser (généralement en augmentant) si les frames ne s'ajustent pas lors de chargement du monde (ou d'une instance).";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Véhicule";
diff --git a/Titan/locale/Localization.IT.lua b/Titan/locale/Localization.IT.lua
index 5d8fa6b..fda6eaf 100644
--- a/Titan/locale/Localization.IT.lua
+++ b/Titan/locale/Localization.IT.lua
@@ -166,7 +166,8 @@ L["TITAN_PANEL_MENU_PLUGIN_RESET_DESC"] = "Ricarica testo e posizione plugin";
 L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Silent Load";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Hide Order Hall Command Bar";

--- localization strings for AceConfigDialog-3.0
+-- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Versione";
 L["TITAN_ABOUT_AUTHOR"] = "Autore";
 L["TITAN_ABOUT_CREDITS"] = "Crediti";
@@ -230,7 +231,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "Adjusts the frame strata for the "..T
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Avanzate";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "Modifica i timer solo se hai problemi con finestre che non si posizionano correttamente.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Modifica i timer solo se hai problemi con finestre che non si posizionano correttamente.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Ingresso nel mondo";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Modifica valore (di solito aumenta) se le finestre non si posizionano quando entri / esci dal mondo o da un istanza.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Veicolo";
diff --git a/Titan/locale/Localization.KR.lua b/Titan/locale/Localization.KR.lua
index cd14020..6f430db 100644
--- a/Titan/locale/Localization.KR.lua
+++ b/Titan/locale/Localization.KR.lua
@@ -167,6 +167,7 @@ L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Silent Load";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Hide Order Hall Command Bar";

 -- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "버전";
 L["TITAN_ABOUT_AUTHOR"] = "제작자";
 L["TITAN_ABOUT_CREDITS"] = "만든이";
@@ -231,7 +232,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "타이탄의 프레임 레벨을 조
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Advanced";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "Change Timers only if you experience issues with frames not adjusting.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Change Timers only if you experience issues with frames not adjusting.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "월드 진이붕";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Change value (usually increase) if frames do not adjust when entering / leaving world or an instance.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "탈 것";
diff --git a/Titan/locale/Localization.MX.lua b/Titan/locale/Localization.MX.lua
index 19ad342..0b75701 100644
--- a/Titan/locale/Localization.MX.lua
+++ b/Titan/locale/Localization.MX.lua
@@ -182,7 +182,8 @@ L["TITAN_PANEL_MENU_PLUGIN_RESET_DESC"] = "Actualizar texto y posición de plugi
 L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Carga silenciosa";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Ocultar la barra de comandos de la Sala de Orden";

--- localization strings for AceConfigDialog-3.0
+-- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Versión";
 L["TITAN_ABOUT_AUTHOR"] = "Autor";
 L["TITAN_ABOUT_CREDITS"] = "Créditos";
@@ -249,7 +250,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "Establece la prioridad de visionado d
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Avanzado";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "Cambia el retraso tras eventos sólo si tienes problemas de desajuste con los marcos.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Cambia el retraso tras eventos sólo si tienes problemas de desajuste con los marcos.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Entrando en el reino";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Cambia el valor (habitualmente incrementándolo) si los marcos no se ajustan al entrar o salir del reino o de una instancia.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Vehículo";
diff --git a/Titan/locale/Localization.RU.lua b/Titan/locale/Localization.RU.lua
index 94a23ca..80b1c06 100644
--- a/Titan/locale/Localization.RU.lua
+++ b/Titan/locale/Localization.RU.lua
@@ -167,6 +167,7 @@ L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Silent Load";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Hide Order Hall Command Bar";

 -- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Версия";
 L["TITAN_ABOUT_AUTHOR"] = "Автор";
 L["TITAN_ABOUT_CREDITS"] = "Исполнители";
@@ -231,7 +232,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "Регулировка слоя фр
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Дополнительно";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "Изменить таймеры, только если у вас возникли проблемы с подстройкой фреймов.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Изменить таймеры, только если у вас возникли проблемы с подстройкой фреймов.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Вход в мир";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Изменить значение (обычно повысить) если фреймы не подстраиваются при входе / выходе в мир или подземелье.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Транспорт";
diff --git a/Titan/locale/Localization.TW.lua b/Titan/locale/Localization.TW.lua
index 939b94f..66a48ca 100644
--- a/Titan/locale/Localization.TW.lua
+++ b/Titan/locale/Localization.TW.lua
@@ -166,7 +166,8 @@ L["TITAN_PANEL_MENU_PLUGIN_RESET_DESC"] = "Refresh plugin text and position";
 L["TITAN_PANEL_MENU_SILENT_LOAD"] = "Silent Load";
 L["TITAN_PANEL_MENU_HIDE_ORDERHALL"] = "Hide Order Hall Command Bar";

--- localization strings for AceConfigDialog-3.0
+-- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Version";
 L["TITAN_ABOUT_AUTHOR"] = "Author";
 L["TITAN_ABOUT_CREDITS"] = "Credits";
@@ -231,7 +232,7 @@ L["TITAN_PANEL_MENU_FRAME_STRATA_DESC"] = "為泰坦條設置是否顯示在最
 -- /end localization strings for AceConfigDialog-3.0

 L["TITAN_PANEL_MENU_ADV"] = "Advanced";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "Change Timers only if you experience issues with frames not adjusting.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Change Timers only if you experience issues with frames not adjusting.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Entering World";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Change value (usually increase) if frames do not adjust when entering / leaving world or an instance.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Vehicle";
diff --git a/Titan/locale/Localization.lua b/Titan/locale/Localization.lua
index 2506f33..07a1ecb 100644
--- a/Titan/locale/Localization.lua
+++ b/Titan/locale/Localization.lua
@@ -184,6 +184,7 @@ L["TITAN_PANEL_MAIN_MENU_BAR_ADJ"] = "<  Horizontal Adjustment  >";
 L["TITAN_PANEL_MAIN_MENU_BAR_ADJ_DESC"] = "Adjust Main Menu Bar left or right";

 -- localization strings for AceConfigDialog-3.0
+L["TITAN_ABOUT"] = "About";
 L["TITAN_ABOUT_VERSION"] = "Version";
 L["TITAN_ABOUT_AUTHOR"] = "Author";
 L["TITAN_ABOUT_CREDITS"] = "Credits";
@@ -259,7 +260,6 @@ L["TITAN_PANEL_MENU_GLOBAL_SKIN"] = "Use Global Skin"
 L["TITAN_PANEL_MENU_GLOBAL_SKIN_TIP"] = "Use Global Skin for All Bars"

 L["TITAN_PANEL_MENU_ADV"] = "Advanced";
-L["TITAN_PANEL_MENU_ADV_DESC"] = "Output Titan Info At Startup.".."\n";
 L["TITAN_PANEL_MENU_ADV_NAME"] = "Name and Version";
 L["TITAN_PANEL_MENU_ADV_NAME_DESC"] = "Show Titan name and version on entering world.";
 L["TITAN_PANEL_MENU_ADV_PLUGINS"] = "Plugin Registration process";
@@ -268,7 +268,7 @@ L["TITAN_PANEL_MENU_ADV_PLUGINS_DESC"] = "Shows start and end of Registration pr
 L["TITAN_PANEL_MENU_ADV_NOTES"] = "Notes";
 L["TITAN_PANEL_MENU_ADV_NOTES_PLUGIN"] = "Plugin Notes";

-L["TITAN_PANEL_MENU_ADV_DESC"] = "Change Timers only if you experience issues with frames not adjusting.".."\n";
+L["TITAN_PANEL_MENU_ADV_TIMER_DESC"] = "Change Timers only if you experience issues with frames not adjusting.".."\n";
 L["TITAN_PANEL_MENU_ADV_PEW"] = "Entering World";
 L["TITAN_PANEL_MENU_ADV_PEW_DESC"] = "Change value (usually increase) if frames do not adjust when entering / leaving world or an instance.";
 L["TITAN_PANEL_MENU_ADV_VEHICLE"] = "Vehicle";
diff --git a/TitanAmmo/TitanAmmo_Vanilla.toc b/TitanAmmo/TitanAmmo_Vanilla.toc
index 75a0765..660b099 100644
--- a/TitanAmmo/TitanAmmo_Vanilla.toc
+++ b/TitanAmmo/TitanAmmo_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds an ammo monitor to Titan Panel - Classic versions only
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanAmmo/TitanAmmo_Wrath.toc b/TitanAmmo/TitanAmmo_Wrath.toc
index 61eaade..c8aa34e 100644
--- a/TitanAmmo/TitanAmmo_Wrath.toc
+++ b/TitanAmmo/TitanAmmo_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds an ammo monitor to Titan Panel - Classic versions only
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanBag/TitanBag_Mainline.toc b/TitanBag/TitanBag_Mainline.toc
index 81f6504..6a5cc62 100644
--- a/TitanBag/TitanBag_Mainline.toc
+++ b/TitanBag/TitanBag_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanBag/TitanBag_Vanilla.toc b/TitanBag/TitanBag_Vanilla.toc
index 5749858..d2f56d6 100644
--- a/TitanBag/TitanBag_Vanilla.toc
+++ b/TitanBag/TitanBag_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanBag/TitanBag_Wrath.toc b/TitanBag/TitanBag_Wrath.toc
index 9f8637f..287f062 100644
--- a/TitanBag/TitanBag_Wrath.toc
+++ b/TitanBag/TitanBag_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanClassic/TitanClassic_Vanilla.toc b/TitanClassic/TitanClassic_Vanilla.toc
index f37e976..ea0bc78 100644
--- a/TitanClassic/TitanClassic_Vanilla.toc
+++ b/TitanClassic/TitanClassic_Vanilla.toc
@@ -1,7 +1,7 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.1|r
+## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.2|r
 ## Author: Titan Panel Dev Team
-## Version: 8.0.1
+## Version: 8.0.2
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu
 ## Notes: Adds display bars to show and control information/launcher plugins.
diff --git a/TitanClassic/TitanClassic_Wrath.toc b/TitanClassic/TitanClassic_Wrath.toc
index 53d324d..4c7cf08 100644
--- a/TitanClassic/TitanClassic_Wrath.toc
+++ b/TitanClassic/TitanClassic_Wrath.toc
@@ -1,7 +1,7 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.1|r
+## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.2|r
 ## Author: Titan Panel Dev Team
-## Version: 8.0.1
+## Version: 8.0.2
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu
 ## Notes: Adds display bars to show and control information/launcher plugins.
diff --git a/TitanClock/TitanClock_Mainline.toc b/TitanClock/TitanClock_Mainline.toc
index 092e3bd..2bbabe0 100644
--- a/TitanClock/TitanClock_Mainline.toc
+++ b/TitanClock/TitanClock_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanClock/TitanClock_Vanilla.toc b/TitanClock/TitanClock_Vanilla.toc
index 524f117..193c2a9 100644
--- a/TitanClock/TitanClock_Vanilla.toc
+++ b/TitanClock/TitanClock_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanClock/TitanClock_Wrath.toc b/TitanClock/TitanClock_Wrath.toc
index d0625bc..c965c65 100644
--- a/TitanClock/TitanClock_Wrath.toc
+++ b/TitanClock/TitanClock_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanGold/TitanGold_Mainline.toc b/TitanGold/TitanGold_Mainline.toc
index 8caf594..5aa1a3e 100644
--- a/TitanGold/TitanGold_Mainline.toc
+++ b/TitanGold/TitanGold_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: GoldSave
diff --git a/TitanGold/TitanGold_Vanilla.toc b/TitanGold/TitanGold_Vanilla.toc
index 2a0cbcf..bac1dcb 100644
--- a/TitanGold/TitanGold_Vanilla.toc
+++ b/TitanGold/TitanGold_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: GoldSave
diff --git a/TitanGold/TitanGold_Wrath.toc b/TitanGold/TitanGold_Wrath.toc
index aec7ab1..cf51c46 100644
--- a/TitanGold/TitanGold_Wrath.toc
+++ b/TitanGold/TitanGold_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: GoldSave
diff --git a/TitanLocation/TitanLocation_Mainline.toc b/TitanLocation/TitanLocation_Mainline.toc
index 68d669a..38da3bd 100644
--- a/TitanLocation/TitanLocation_Mainline.toc
+++ b/TitanLocation/TitanLocation_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanLocation/TitanLocation_Vanilla.toc b/TitanLocation/TitanLocation_Vanilla.toc
index ff2f7be..969c375 100644
--- a/TitanLocation/TitanLocation_Vanilla.toc
+++ b/TitanLocation/TitanLocation_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanLocation/TitanLocation_Wrath.toc b/TitanLocation/TitanLocation_Wrath.toc
index e16a417..0d90803 100644
--- a/TitanLocation/TitanLocation_Wrath.toc
+++ b/TitanLocation/TitanLocation_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanLootType/TitanLootType_Mainline.toc b/TitanLootType/TitanLootType_Mainline.toc
index dcd4399..3a80065 100644
--- a/TitanLootType/TitanLootType_Mainline.toc
+++ b/TitanLootType/TitanLootType_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
 ## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.00.0|r
-## Version: 8.0.1
+## Version: 8.0.2
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanLootType/TitanLootType_Vanilla.toc b/TitanLootType/TitanLootType_Vanilla.toc
index 89766e0..9cb2afb 100644
--- a/TitanLootType/TitanLootType_Vanilla.toc
+++ b/TitanLootType/TitanLootType_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: TitanClassicLootTypeSaved
diff --git a/TitanLootType/TitanLootType_Wrath.toc b/TitanLootType/TitanLootType_Wrath.toc
index 01eb24d..0186a0a 100644
--- a/TitanLootType/TitanLootType_Wrath.toc
+++ b/TitanLootType/TitanLootType_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: TitanClassicLootTypeSaved
diff --git a/TitanPerformance/TitanPerformance_Mainline.toc b/TitanPerformance/TitanPerformance_Mainline.toc
index 858a0f6..4524cfa 100644
--- a/TitanPerformance/TitanPerformance_Mainline.toc
+++ b/TitanPerformance/TitanPerformance_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanPerformance/TitanPerformance_Vanilla.toc b/TitanPerformance/TitanPerformance_Vanilla.toc
index d2a6fb0..be7794a 100644
--- a/TitanPerformance/TitanPerformance_Vanilla.toc
+++ b/TitanPerformance/TitanPerformance_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanPerformance/TitanPerformance_Wrath.toc b/TitanPerformance/TitanPerformance_Wrath.toc
index 53d3cdd..47a6182 100644
--- a/TitanPerformance/TitanPerformance_Wrath.toc
+++ b/TitanPerformance/TitanPerformance_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanRegen/TitanRegen_Vanilla.toc b/TitanRegen/TitanRegen_Vanilla.toc
index d42309e..3f756ef 100644
--- a/TitanRegen/TitanRegen_Vanilla.toc
+++ b/TitanRegen/TitanRegen_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds a regen monitor to Titan Panel to show HP/MANA regen - Classic versions only
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanRegen/TitanRegen_Wrath.toc b/TitanRegen/TitanRegen_Wrath.toc
index cf7369d..03f3e85 100644
--- a/TitanRegen/TitanRegen_Wrath.toc
+++ b/TitanRegen/TitanRegen_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds a regen monitor to Titan Panel to show HP/MANA regen - Classic versions only
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanRepair/TitanRepair_Mainline.toc b/TitanRepair/TitanRepair_Mainline.toc
index d05cc35..f7a2695 100644
--- a/TitanRepair/TitanRepair_Mainline.toc
+++ b/TitanRepair/TitanRepair_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors. Adds selling of grey items.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanRepair/TitanRepair_Vanilla.toc b/TitanRepair/TitanRepair_Vanilla.toc
index 2be45bc..c2fb640 100644
--- a/TitanRepair/TitanRepair_Vanilla.toc
+++ b/TitanRepair/TitanRepair_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors. Adds selling of grey items.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanRepair/TitanRepair_Wrath.toc b/TitanRepair/TitanRepair_Wrath.toc
index 3cd20f5..b3f48ba 100644
--- a/TitanRepair/TitanRepair_Wrath.toc
+++ b/TitanRepair/TitanRepair_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors. Adds selling of grey items.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanVolume/TitanVolume_Mainline.toc b/TitanVolume/TitanVolume_Mainline.toc
index a69ab0f..a1f0d19 100644
--- a/TitanVolume/TitanVolume_Mainline.toc
+++ b/TitanVolume/TitanVolume_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanVolume/TitanVolume_Vanilla.toc b/TitanVolume/TitanVolume_Vanilla.toc
index 7889ca2..ffdc7c0 100644
--- a/TitanVolume/TitanVolume_Vanilla.toc
+++ b/TitanVolume/TitanVolume_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanVolume/TitanVolume_Wrath.toc b/TitanVolume/TitanVolume_Wrath.toc
index a0d9e2a..f4712cf 100644
--- a/TitanVolume/TitanVolume_Wrath.toc
+++ b/TitanVolume/TitanVolume_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanXP/TitanXP_Mainline.toc b/TitanXP/TitanXP_Mainline.toc
index 3442c06..e89b742 100644
--- a/TitanXP/TitanXP_Mainline.toc
+++ b/TitanXP/TitanXP_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100205
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanXP/TitanXP_Vanilla.toc b/TitanXP/TitanXP_Vanilla.toc
index 480d22b..8d38b7a 100644
--- a/TitanXP/TitanXP_Vanilla.toc
+++ b/TitanXP/TitanXP_Vanilla.toc
@@ -1,6 +1,6 @@
 ## Interface: 11500
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanXP/TitanXP_Wrath.toc b/TitanXP/TitanXP_Wrath.toc
index 4d95e35..a4288ef 100644
--- a/TitanXP/TitanXP_Wrath.toc
+++ b/TitanXP/TitanXP_Wrath.toc
@@ -1,6 +1,6 @@
 ## Interface: 30403
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.1|r
-## Version: 8.0.1
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.2|r
+## Version: 8.0.2
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: