diff --git a/ctrl/text.dat b/ctrl/text.dat
index c81126f9776462f04c8bd1b964be6d80cafb3518..37475347d122ec3c70463bf074946501ed6d9ef5 100644
--- a/ctrl/text.dat
+++ b/ctrl/text.dat
@@ -145,7 +145,7 @@
 "\1bLogons Today    : \1c%s\r\n"                          110 SiLogonsToday
 "\1bTotal Time      : \1c%s minutes\r\n"                  111 SiTotalTime
 "\1bTime Today      : \1c%s minutes\r\n"                  112 SiTimeToday
-"\r\nView system information file"                      113 ViewSysInfoFileQ
+"\r\nView system information file\1\\"                    113 ViewSysInfoFileQ
 "View logon message"                                    114 ViewLogonMsgQ
 "\r\n\r\nSorry, you can't read mail you've sent.\r\n"   115 R_ReadSentMail
 "\r\n\1w\1hMessage Scan "                                 116 MessageScan
@@ -403,7 +403,7 @@
 	"\1bB\1ci\1mr\1yt\1wh\1rd\1ga\1by \1ct\1mo \1yy\1wo\1ru\1g.\1b.\1c.\r\n\r\n"
 "\1w\1hYou haven't changed your password in more "\       330 TimeToChangePw
 	"than %d days.\r\n\r\n"
-"\r\nEnter a different password"                        331 NewPasswordQ
+"\r\nEnter a different password\1\\"                        331 NewPasswordQ
 "\1_\1?\1y\1hNew password (%u-%u chars)\1\\: "              332 NewPasswordPromptFmt
 "\1_\1y\1hVerify (enter again)\1\\: \1n"                  333 VerifyPassword
 "\7\1r\1hWrong!"                                          334 Wrong
@@ -422,7 +422,7 @@
 "\1_\1b\1h[\1c@CHECKMARK@\1b] \1yEnter your zip (or postal) code\1\\: \1w"   347 EnterYourZipCode
 "\1_\1y\1hClient (Name or Address)\1\\: \1w"                348 EnterYourComputer
 "Are you connecting from North America"                 349 CallingFromNorthAmericaQ
-"Is the above information correct"                      350 UserInfoCorrectQ
+"Is the above information correct\1\\"                      350 UserInfoCorrectQ
 "\1bUser #\1c%-4d      \1b: \1c%s\r\n"                      351 LiUserNumberName
 "\1bLogons Today    : \1c%-5u \1b(Max \1c%u\1b)\r\n"         352 LiLogonsToday
 "\1bTime on Today   : \1c%-5u \1b(Max \1c%u\1b)\r\n"        353 LiTimeonToday
@@ -449,7 +449,7 @@
 	"\1h\1wIMPORTANT:\1n\1g If you are not absolutely "\
 	"sure, hit \1h\1w\1iN\1n\1b\1h"
 "Does your terminal support IBM extended ASCII (CP437)"     369 ExAsciiTerminalQ
-"\1nYou can't use that name (duplicate or invalid).\r\n" 370 YouCantUseThatName
+"\1nYou can't use that name\1\\ (duplicate or invalid).\r\n" 370 YouCantUseThatName
 "\1l\1-\1gYour password is \1h%s\r\n"                       371 YourPasswordIs
 "\r\n\1_\1w\1hDon't forget and keep it "\                   372 NewUserPasswordVerify
 	"confidential.\r\n\r\n\1y\1hEnter this password "\
@@ -1056,7 +1056,7 @@
 "Quit"                                                     869 Quit
 "Language"                                                 870 Language
 "English"                                                  871 LANG
-"\1n\1b[\1h\1wI\1n\1b] \1h%-29s\1n\1b: \1c%s\r\n"          872 UserDefaultsLanguage
+"\1n\1b[\1h\1wI\1n\1b] \1h%-29s\1n\1b\1\\: \1c%s\r\n"      872 UserDefaultsLanguage
 "*"                                                        873 PasswordChar
 " via sftp"                                                874 NodeConnectionSFTP
 "\1n\1b[\1h\1wW\1n\1b] \1hWord-wrap Message Text       \1n\1b: \1c%s\r\n"	875  QWKSettingsWrapText
diff --git a/src/sbbs3/text_defaults.c b/src/sbbs3/text_defaults.c
index a59b071aa5b913eac6fd0f9d1bb15167cf8373f8..bc6c5721416f3b29719fd9a061c88270eb0f182f 100644
--- a/src/sbbs3/text_defaults.c
+++ b/src/sbbs3/text_defaults.c
@@ -191,7 +191,8 @@ const char * const text_defaults[TOTAL_TEXT]={
 		"\x0d\x0a" // 111 SiTotalTime
 	,"\x01\x62\x54\x69\x6d\x65\x20\x54\x6f\x64\x61\x79\x20\x20\x20\x20\x20\x20\x3a\x20\x01\x63\x25\x73\x20\x6d\x69\x6e\x75\x74\x65\x73"
 		"\x0d\x0a" // 112 SiTimeToday
-	,"\x0d\x0a\x56\x69\x65\x77\x20\x73\x79\x73\x74\x65\x6d\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x20\x66\x69\x6c\x65" // 113 ViewSysInfoFileQ
+	,"\x0d\x0a\x56\x69\x65\x77\x20\x73\x79\x73\x74\x65\x6d\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x20\x66\x69\x6c\x65\x01\x5c"
+		"" // 113 ViewSysInfoFileQ
 	,"\x56\x69\x65\x77\x20\x6c\x6f\x67\x6f\x6e\x20\x6d\x65\x73\x73\x61\x67\x65" // 114 ViewLogonMsgQ
 	,"\x0d\x0a\x0d\x0a\x53\x6f\x72\x72\x79\x2c\x20\x79\x6f\x75\x20\x63\x61\x6e\x27\x74\x20\x72\x65\x61\x64\x20\x6d\x61\x69\x6c\x20\x79"
 		"\x6f\x75\x27\x76\x65\x20\x73\x65\x6e\x74\x2e\x0d\x0a" // 115 R_ReadSentMail
@@ -540,7 +541,7 @@ const char * const text_defaults[TOTAL_TEXT]={
 		"\x62\x2e\x01\x63\x2e\x0d\x0a\x0d\x0a" // 329 HappyBirthday
 	,"\x01\x77\x01\x68\x59\x6f\x75\x20\x68\x61\x76\x65\x6e\x27\x74\x20\x63\x68\x61\x6e\x67\x65\x64\x20\x79\x6f\x75\x72\x20\x70\x61\x73"
 		"\x73\x77\x6f\x72\x64\x20\x69\x6e\x20\x6d\x6f\x72\x65\x20\x74\x68\x61\x6e\x20\x25\x64\x20\x64\x61\x79\x73\x2e\x0d\x0a\x0d\x0a" // 330 TimeToChangePw
-	,"\x0d\x0a\x45\x6e\x74\x65\x72\x20\x61\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x70\x61\x73\x73\x77\x6f\x72\x64" // 331 NewPasswordQ
+	,"\x0d\x0a\x45\x6e\x74\x65\x72\x20\x61\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x70\x61\x73\x73\x77\x6f\x72\x64\x01\x5c" // 331 NewPasswordQ
 	,"\x01\x5f\x01\x3f\x01\x79\x01\x68\x4e\x65\x77\x20\x70\x61\x73\x73\x77\x6f\x72\x64\x20\x28\x25\x75\x2d\x25\x75\x20\x63\x68\x61\x72"
 		"\x73\x29\x01\x5c\x3a\x20" // 332 NewPasswordPromptFmt
 	,"\x01\x5f\x01\x79\x01\x68\x56\x65\x72\x69\x66\x79\x20\x28\x65\x6e\x74\x65\x72\x20\x61\x67\x61\x69\x6e\x29\x01\x5c\x3a\x20\x01\x6e"
@@ -578,7 +579,7 @@ const char * const text_defaults[TOTAL_TEXT]={
 	,"\x41\x72\x65\x20\x79\x6f\x75\x20\x63\x6f\x6e\x6e\x65\x63\x74\x69\x6e\x67\x20\x66\x72\x6f\x6d\x20\x4e\x6f\x72\x74\x68\x20\x41\x6d"
 		"\x65\x72\x69\x63\x61" // 349 CallingFromNorthAmericaQ
 	,"\x49\x73\x20\x74\x68\x65\x20\x61\x62\x6f\x76\x65\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x20\x63\x6f\x72\x72\x65\x63\x74"
-		"" // 350 UserInfoCorrectQ
+		"\x01\x5c" // 350 UserInfoCorrectQ
 	,"\x01\x62\x55\x73\x65\x72\x20\x23\x01\x63\x25\x2d\x34\x64\x20\x20\x20\x20\x20\x20\x01\x62\x3a\x20\x01\x63\x25\x73\x0d\x0a" // 351 LiUserNumberName
 	,"\x01\x62\x4c\x6f\x67\x6f\x6e\x73\x20\x54\x6f\x64\x61\x79\x20\x20\x20\x20\x3a\x20\x01\x63\x25\x2d\x35\x75\x20\x01\x62\x28\x4d\x61"
 		"\x78\x20\x01\x63\x25\x75\x01\x62\x29\x0d\x0a" // 352 LiLogonsToday
@@ -616,8 +617,8 @@ const char * const text_defaults[TOTAL_TEXT]={
 		"\x75\x72\x65\x2c\x20\x68\x69\x74\x20\x01\x68\x01\x77\x01\x69\x4e\x01\x6e\x01\x62\x01\x68" // 368 RipTerminalQ
 	,"\x44\x6f\x65\x73\x20\x79\x6f\x75\x72\x20\x74\x65\x72\x6d\x69\x6e\x61\x6c\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x49\x42\x4d\x20\x65"
 		"\x78\x74\x65\x6e\x64\x65\x64\x20\x41\x53\x43\x49\x49\x20\x28\x43\x50\x34\x33\x37\x29" // 369 ExAsciiTerminalQ
-	,"\x01\x6e\x59\x6f\x75\x20\x63\x61\x6e\x27\x74\x20\x75\x73\x65\x20\x74\x68\x61\x74\x20\x6e\x61\x6d\x65\x20\x28\x64\x75\x70\x6c\x69"
-		"\x63\x61\x74\x65\x20\x6f\x72\x20\x69\x6e\x76\x61\x6c\x69\x64\x29\x2e\x0d\x0a" // 370 YouCantUseThatName
+	,"\x01\x6e\x59\x6f\x75\x20\x63\x61\x6e\x27\x74\x20\x75\x73\x65\x20\x74\x68\x61\x74\x20\x6e\x61\x6d\x65\x01\x5c\x20\x28\x64\x75\x70"
+		"\x6c\x69\x63\x61\x74\x65\x20\x6f\x72\x20\x69\x6e\x76\x61\x6c\x69\x64\x29\x2e\x0d\x0a" // 370 YouCantUseThatName
 	,"\x01\x6c\x01\x2d\x01\x67\x59\x6f\x75\x72\x20\x70\x61\x73\x73\x77\x6f\x72\x64\x20\x69\x73\x20\x01\x68\x25\x73\x0d\x0a" // 371 YourPasswordIs
 	,"\x0d\x0a\x01\x5f\x01\x77\x01\x68\x44\x6f\x6e\x27\x74\x20\x66\x6f\x72\x67\x65\x74\x20\x61\x6e\x64\x20\x6b\x65\x65\x70\x20\x69\x74"
 		"\x20\x63\x6f\x6e\x66\x69\x64\x65\x6e\x74\x69\x61\x6c\x2e\x0d\x0a\x0d\x0a\x01\x79\x01\x68\x45\x6e\x74\x65\x72\x20\x74\x68\x69\x73"
@@ -1428,8 +1429,8 @@ const char * const text_defaults[TOTAL_TEXT]={
 	,"\x51\x75\x69\x74" // 869 Quit
 	,"\x4c\x61\x6e\x67\x75\x61\x67\x65" // 870 Language
 	,"\x45\x6e\x67\x6c\x69\x73\x68" // 871 LANG
-	,"\x01\x6e\x01\x62\x5b\x01\x68\x01\x77\x49\x01\x6e\x01\x62\x5d\x20\x01\x68\x25\x2d\x32\x39\x73\x01\x6e\x01\x62\x3a\x20\x01\x63\x25"
-		"\x73\x0d\x0a" // 872 UserDefaultsLanguage
+	,"\x01\x6e\x01\x62\x5b\x01\x68\x01\x77\x49\x01\x6e\x01\x62\x5d\x20\x01\x68\x25\x2d\x32\x39\x73\x01\x6e\x01\x62\x01\x5c\x3a\x20\x01"
+		"\x63\x25\x73\x0d\x0a" // 872 UserDefaultsLanguage
 	,"\x2a" // 873 PasswordChar
 	,"\x20\x76\x69\x61\x20\x73\x66\x74\x70" // 874 NodeConnectionSFTP
 	,"\x01\x6e\x01\x62\x5b\x01\x68\x01\x77\x57\x01\x6e\x01\x62\x5d\x20\x01\x68\x57\x6f\x72\x64\x2d\x77\x72\x61\x70\x20\x4d\x65\x73\x73"