From 04870576cf87e358fd4c2877f84a3b6ff6064087 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 11 Oct 2017 20:41:36 +0000
Subject: [PATCH] Fix the main help (F1) screen, broken (truncated) since rev
 1.77 of this file (Feb-16-2014).

---
 src/sbbs3/scfg/scfg.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/sbbs3/scfg/scfg.c b/src/sbbs3/scfg/scfg.c
index 5cca70ea64..7ff23d672b 100644
--- a/src/sbbs3/scfg/scfg.c
+++ b/src/sbbs3/scfg/scfg.c
@@ -308,16 +308,16 @@ int main(int argc, char **argv)
 			"This is the main menu of the Synchronet configuration utility (SCFG).\n"
 			"From this menu, you have the following choices:\n"
 			"\n"
-			"    Node                 : Add, delete, or configure nodes\n"
-			"    Syste                : System-wide configuration options\n"
-			"    Network              : Message networking configuration\n"
-			"    File Area            : File area configuration\n"
-			"    File Option          : File area options\n"
-			"    Chat Feature         : Chat actions, sections, pagers, and gurus\n"
-			"    Message Area         : Message area configuration\n"
+			"    Nodes                : Add, delete, or configure nodes\n"
+			"    System               : System-wide configuration options\n"
+			"    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"
+			"    Message Areas        : Message area configuration\n"
 			"    Message Options      : Message and email options\n"
-			"    External Program     : Events, editors, and online programs\n"
-			"    Text File Section    : General text file area\n"
+			"    External Programs    : Events, editors, and online programs\n"
+			"    Text File Sections   : General text file area\n"
 			"\n"
 			"Use the arrow keys and ~ ENTER ~ to select an option, or ~ ESC ~ to exit.\n"
 		;
-- 
GitLab