From 19fbeaeaa58e27a5c07ba68cd6625a29da387903 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Thu, 27 Jan 2022 22:25:19 -0800
Subject: [PATCH] Fix up the directory internal code suffix help text

... more aligned with a sub-board's internal code help text.
---
 src/sbbs3/scfg/scfgxfr2.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/scfg/scfgxfr2.c b/src/sbbs3/scfg/scfgxfr2.c
index cf53bc6557..372ba61a7e 100644
--- a/src/sbbs3/scfg/scfgxfr2.c
+++ b/src/sbbs3/scfg/scfgxfr2.c
@@ -976,8 +976,13 @@ void dir_cfg(uint libnum)
 		"it internally. This code should be descriptive of the directory's\n"
 		"contents, usually an abbreviation of the directory's name.\n"
 		"\n"
-		"`Note:` The internal code is constructed from the file library's code prefix\n"
-		"(if present) and the directory's code suffix.\n"
+		"`Note:` The Internal Code (displayed) is the complete internal code\n"
+		"constructed from the file library's `Code Prefix` (if present) and the\n"
+		"directory's `Code Suffix`.\n"
+		"\n"
+		"Changing a directory's internal code (suffix or prefix) changes the\n"
+		"underlying database filenames used for that file area, so change these\n"
+		"values with caution."
 		;
 	char* dir_transfer_path_help =
 		"`Transfer File Path:`\n"
-- 
GitLab