diff --git a/src/sbbs3/xtrn.cpp b/src/sbbs3/xtrn.cpp
index 562d4b407b80954227b4d7792d163eb8c02c0fa3..e2c0afa18631520e28950b19fbcf429b4494ab06 100644
--- a/src/sbbs3/xtrn.cpp
+++ b/src/sbbs3/xtrn.cpp
@@ -1157,7 +1157,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
 		SAFECOPY(str,fullcmdline);
 		sprintf(fullcmdline,"%s -F %s",startup->dosemu_path,str);
 #else
-		bprintf("\r\nExternal DOS programs are not yet supported in\r\n%s\r\n"
+		bprintf("\r\nExternal DOS programs are not yet supported in \r\n%s\r\n"
 			,VERSION_NOTICE);
 		return(-1);
 #endif