diff --git a/src/sbbs3/js_internal.c b/src/sbbs3/js_internal.c
index d32c7be8f0564974d797037ed35c4d87e207545a..179e3556dbb6bd0b7289add7ca207a32aeaab498 100644
--- a/src/sbbs3/js_internal.c
+++ b/src/sbbs3/js_internal.c
@@ -199,7 +199,7 @@ static jsSyncPropertySpec js_properties[] = {
 		,JSDOCSTR("JavaScript engine version information (AKA system.js_version) - <small>READ ONLY</small>")
 	},
 	{	"auto_terminate",	PROP_AUTO_TERMINATE,JSPROP_ENUMERATE,	311
-		,JSDOCSTR("Set to <i>false</i> to disable the automatic termination of the script upon external request")
+		,JSDOCSTR("Set to <i>false</i> to disable the automatic termination of the script upon external request or user disconnection")
 	},
 	{	"terminated",		PROP_TERMINATED,	JSPROP_ENUMERATE,	311
 		,JSDOCSTR("Termination has been requested (stop execution as soon as possible)")