From 7d38aabd7eb8901d34f2e891ccb1ca667f480978 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 17 Apr 2019 04:07:52 +0000 Subject: [PATCH] Better onlien help for the quotewrap width value. --- src/sbbs3/scfg/scfgxtrn.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sbbs3/scfg/scfgxtrn.c b/src/sbbs3/scfg/scfgxtrn.c index fc3a356a82..911d384190 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)" -- GitLab