diff --git a/src/sbbs3/scfg/scfg.c b/src/sbbs3/scfg/scfg.c index 373e069e8f83a48d64b79b8e3e05cdd7fff8aad6..3103291c3ad9ae13bef3b3450e5ce7918ac8f1cb 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 7a177da7beb5d4dc94f60b12448415bcfe2eb5aa..30f21ee0526353787cbe33e04c07f6196899a8a7 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"