diff --git a/src/sbbs3/js_internal.c b/src/sbbs3/js_internal.c
index 531ccc6a912d99a76ee94187fc94bc8853a76b8c..fff90a36a46ad7079c9653a218bbc1c362e9ba96 100644
--- a/src/sbbs3/js_internal.c
+++ b/src/sbbs3/js_internal.c
@@ -203,8 +203,8 @@ static char* prop_desc[] = {
 	,"global (top level) object - <small>READ ONLY</small>"
 	/* New properties go here... */
 	,"full path and filename of JS file executed"
-	,"JS filename executed (with no path)"
 	,"directory of executed JS file"
+	,"JS filename executed (with no path)"
 	,"Either the configured startup directory in SCFG (for externals) or the cwd when jsexec is started"
 	,"global scope for this script"
 	,"load() search path array.<br>For relative load paths (e.g. not beginning with '/' or '\\'), "