From 37701da36f85aa1e38ce96c3e598e309a770ec5e Mon Sep 17 00:00:00 2001 From: urnati Date: Wed, 12 Nov 2025 08:29:10 -0500 Subject: [PATCH] Fix for Config text --- Titan/TitanConfig.lua | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Titan/TitanConfig.lua b/Titan/TitanConfig.lua index 1176d34..28ced5d 100644 --- a/Titan/TitanConfig.lua +++ b/Titan/TitanConfig.lua @@ -2991,12 +2991,11 @@ local help_list_topics = { subs = { { sub = "Show / Hide Plugins", - line = "" - .. " Use one of the methods below:\n" - .. "- Open the Titan menu; find the plugin in a category then click to toggle Show on the plugin.\n" - .. - "- Open Titan Configuration > Plugins then select the plugin by name then toggle Show. Use the Bar dropdown to select the Bar the plugin should be on." - , + lines = { + "Use one of the methods below:", + "- Open the Titan menu; find the plugin in a category then click to toggle Show on the plugin.", + "- Open Titan Configuration > Plugins then select the plugin by name then toggle Show. Use the Bar dropdown to select the Bar the plugin should be on.", + }, }, { sub = "Moving Plugins", @@ -3108,8 +3107,8 @@ local help_list_topics = { " ", "- Profiles are part of Titan saved vars which are saved to disk on logout or reload.", " ", - "- Titan 9.* Changed from a Global profile to a Sync scheme. This allows greater flexibility.", - "A Global profiole can be done by syncing all toons with the same profile.", + "- Titan 9.* Changed from a Global profile to a Sync scheme for greater flexibility.", + "A Global profile can be done by syncing all toons with the same profile.", }, }, { @@ -3208,7 +3207,7 @@ local help_list_topics = { { -- slash commands topic = L["TITAN_PANEL_MENU_SLASH_COMMAND"], subs = { - [1] = { + { sub = L["TITAN_PANEL_MENU_HELP"], lines = { TitanUtils_GetGoldText("reset"), @@ -3321,7 +3320,7 @@ local help_list_topics = { subs = { { sub = "From Titan Dev Team", - line = { + lines = { "We would like to thank all of the users of TitanPanel.", }, }, -- 1.7.9.5