diff --git a/src/sbbs3/js_internal.c b/src/sbbs3/js_internal.c
index 3d2627f0fe84c34b6a5e347c5083e34e177bdb87..4d47f97f5a36d08076365aeae5142f6ab010e3ca 100644
--- a/src/sbbs3/js_internal.c
+++ b/src/sbbs3/js_internal.c
@@ -220,8 +220,8 @@ static char* prop_desc[] = {
 		"mods/somefile.js<br>"
 		"exec/somefile.js<br>"
 	,"full path and filename of JS file executed"
-	,"directory of executed JS file"
 	,"JS filename executed (with no path)"
+	,"directory of executed JS file"
 	,"Either the configured startup directory in SCFG (for externals) or the cwd when jsexec is started"
 	,NULL
 };