Skip to content
Snippets Groups Projects
Commit 41a412cc authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Re-word the QWK BBS-ID help text

parent 49c65b35
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -118,14 +118,14 @@ int edit_sys_id(int page, int total) ...@@ -118,14 +118,14 @@ int edit_sys_id(int page, int total)
uifc.helpbuf= uifc.helpbuf=
"`BBS ID for QWK Packets:`\n" "`BBS ID for QWK Packets:`\n"
"\n" "\n"
"This is a short system ID for your BBS that is used for QWK packets.\n" "Enter an ID for your BBS that will be used for QWK message packets. This\n"
"It should be an abbreviation of your BBS name or other related string.\n" "ID should be an abbreviation of your BBS name or other related words.\n"
"This ID will be used for your outgoing and incoming QWK packets. If\n" "\n"
"you plan on networking via QWK packets with another Synchronet BBS,\n" "The maximum length of the ID is eight characters and cannot contain spaces\n"
"this ID should not begin with a number. The maximum length of the ID\n" "or other invalid DOS filename characters. This ID should not begin with a\n"
"is eight characters and cannot contain spaces or other invalid DOS\n" "number.\n"
"filename characters. In a QWK packet network, each system must have\n" "\n"
"a unique QWK system ID.\n" "In a QWK packet network, each system must have a unique BBS ID.\n"
; ;
if(page) if(page)
mode = wiz_help(page, total, uifc.helpbuf); mode = wiz_help(page, total, uifc.helpbuf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment