diff --git a/src/sbbs3/scfg/scfgnet.c b/src/sbbs3/scfg/scfgnet.c
index 2ad2ada3d9eab06d1db79a6cb2b7ae1b8e81750a..a2934ab816727a43642b9df950af8a5b94e0170b 100644
--- a/src/sbbs3/scfg/scfgnet.c
+++ b/src/sbbs3/scfg/scfgnet.c
@@ -928,7 +928,7 @@ void qhub_edit(int num)
 					"`Node to Perform Call-out:`\n"
 					"\n"
 					"This is the number of the node to perform the call-out for this QWK\n"
-					"network hub.\n"
+					"network hub (or `Any`).\n"
 				;
 				if(uifc.input(WIN_MID|WIN_SAV,0,0
 					,"Node to Perform Call-out",str,3,K_EDIT) > 0) {
diff --git a/src/sbbs3/scfg/scfgxtrn.c b/src/sbbs3/scfg/scfgxtrn.c
index 43cb565671a107773124fdeadffc38e5ed0e5747..b2552e9467290ad4bb1aaffbecbc5cb42da6612c 100644
--- a/src/sbbs3/scfg/scfgxtrn.c
+++ b/src/sbbs3/scfg/scfgxtrn.c
@@ -593,7 +593,7 @@ void tevents_cfg()
 					uifc.helpbuf=
 						"`Timed Event Node:`\n"
 						"\n"
-						"This is the node number to execute the timed event.\n"
+						"This is the node number to execute the timed event (or `Any`).\n"
 					;
 					if(cfg.event[i]->node == NODE_ANY)
 						SAFECOPY(str, "Any");