diff --git a/src/sbbs3/scfg/scfgxtrn.c b/src/sbbs3/scfg/scfgxtrn.c
index fc3a356a82ed2d4779d45b374f52a31516a100b8..911d384190f9c1f8ac60194ead946da1c209166f 100644
--- a/src/sbbs3/scfg/scfgxtrn.c
+++ b/src/sbbs3/scfg/scfgxtrn.c
@@ -1884,9 +1884,9 @@ void xedit_cfg()
 							uifc.helpbuf=
 								"`Screen width to wrap to:`\n"
 								"\n"
-								"Set to `0` to wrap the quoted text for the current user's terminal width.\n"
-								"Set to `80` to wrap the quoted text to 80 columns.\n"
-								"Set to `9999` to unwrap quoted text to long-lines.\n"
+								"Set to `0` to wrap the quoted text suiting the user's terminal width.\n"
+								"Set to `79` to wrap the quoted text suiting an 80 column terminal.\n"
+								"Set to `9999` to unwrap quoted text to long-line paragraphs.\n"
 								;
 							if(uifc.input(WIN_MID|WIN_SAV,0,0
 								,"Screen width to wrap to (0 = current terminal width)"