From 6acfb5aae5f82a0e904d180b620f86c54bcdec88 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 29 Dec 2017 06:04:36 +0000
Subject: [PATCH] Minor help text updates.

---
 src/sbbs3/scfg/scfg.c     | 12 ++++++++----
 src/sbbs3/scfg/scfgchat.c |  4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/sbbs3/scfg/scfg.c b/src/sbbs3/scfg/scfg.c
index 373e069e8f..3103291c3a 100644
--- a/src/sbbs3/scfg/scfg.c
+++ b/src/sbbs3/scfg/scfg.c
@@ -475,11 +475,11 @@ int main(int argc, char **argv)
 			"    Networks             : Message networking configuration\n"
 			"    File Areas           : File area configuration\n"
 			"    File Options         : File area options\n"
-			"    Chat Features        : Chat actions, sections, pagers, and gurus\n"
+			"    Chat Features        : Chat actions, sections, pagers, and robots\n"
 			"    Message Areas        : Message area configuration\n"
-			"    Message Options      : Message and email options\n"
-			"    External Programs    : Events, editors, and online programs\n"
-			"    Text File Sections   : General text file area\n"
+			"    Message Options      : Message and e-mail options\n"
+			"    External Programs    : Events, editors, and online programs (doors)\n"
+			"    Text File Sections   : Text file areas available for online viewing\n"
 			"\n"
 			"Use the arrow keys and ~ ENTER ~ to select an option, or ~ ESC ~ to exit.\n"
 		;
@@ -593,6 +593,10 @@ int main(int argc, char **argv)
 					strcpy(opt[i++],"Multinode Chat Channels");
 					strcpy(opt[i++],"External Sysop Chat Pagers");
 					opt[i][0]=0;
+					uifc.helpbuf=
+						"`Chat Features:`\n"
+						"\n"
+						"Here you may configure the real-time chat-related features of the BBS.";
 					j=uifc.list(WIN_ORG|WIN_ACT|WIN_CHE,0,0,0,&chat_dflt,0
 						,"Chat Features",opt);
 					if(j==-1) {
diff --git a/src/sbbs3/scfg/scfgchat.c b/src/sbbs3/scfg/scfgchat.c
index 7a177da7be..30f21ee052 100644
--- a/src/sbbs3/scfg/scfgchat.c
+++ b/src/sbbs3/scfg/scfgchat.c
@@ -779,8 +779,8 @@ void actsets_cfg()
 			"\n"
 			"This is a list of the configured action sets.\n"
 			"\n"
-			"To add an action set, select the desired location with the arrow keys and\n"
-			"hit ~ INS ~.\n"
+			"To add an action set, select the desired location with the arrow keys\n"
+			"and hit ~ INS ~.\n"
 			"\n"
 			"To delete an action set, select it with the arrow keys and hit ~ DEL ~.\n"
 			"\n"
-- 
GitLab