diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index 0f341663c6dfbf497c60b8b8d32b5f1b0c263635..0fdf7709ca203eaca0ffcdca5d58afaabe946dd3 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -5685,7 +5685,7 @@ NO_SSH:
 			if(fexist(str))
 				sbbs->printfile(str,P_NOABORT);
 			else {
-				sbbs->putcom("\r\nSorry, all telnet nodes are in use or otherwise unavailable.\r\n");
+				sbbs->putcom("\r\nSorry, all terminal nodes are in use or otherwise unavailable.\r\n");
 				sbbs->putcom("Please try again later.\r\n");
 			}
 			mswait(3000);