From ae6bff6049ac8d77875bb4e3a7d95770b36f1fa3 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 20 Jan 2002 16:05:31 +0000
Subject: [PATCH] Fixed help menus.

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

diff --git a/src/sbbs3/scfg/scfg.c b/src/sbbs3/scfg/scfg.c
index caf4ab50c9..9d6c6c4da2 100644
--- a/src/sbbs3/scfg/scfg.c
+++ b/src/sbbs3/scfg/scfg.c
@@ -706,8 +706,8 @@ This is a list of Command Shells configured for your system.
 Command shells are the programmable command and menu structures which
 are available for your BBS.
 
-To add a command shell section, select the desired location with the arrow
-keys and hit  INS .
+To add a command shell section, select the desired location with the
+arrow keys and hit  INS .
 
 To delete a command shell, select it and hit  DEL .
 
diff --git a/src/sbbs3/scfg/scfgchat.c b/src/sbbs3/scfg/scfgchat.c
index d3003155a7..70f3ff6315 100644
--- a/src/sbbs3/scfg/scfgchat.c
+++ b/src/sbbs3/scfg/scfgchat.c
@@ -427,8 +427,8 @@ SETHELP(WHERE);
 /*
 Channel Action Set:
 
-This is a list of available chat action sets.  Select the one that you wish
-to have available in this channel.
+This is a list of available chat action sets.  Select the one that you
+wish to have available in this channel.
 */
 				k=0;
 				for(j=0;j<cfg.total_actsets && j<MAX_OPTS;j++)
@@ -761,7 +761,8 @@ hit  INS .
 
 To delete an action set, select it with the arrow keys and hit  DEL .
 
-To configure an action set, select it with the arrow keys and hit  ENTER .
+To configure an action set, select it with the arrow keys and hit
+ ENTER .
 */
 	i=ulist(j,0,0,45,&actset_dflt,&actset_bar,"Chat Action Sets",opt);
 	if((signed)i==-1)
-- 
GitLab