Fix for Config text
urnati [11-12-25 - 13:29]
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.",
},
},