From 4456c5c1b11616bd7fb8a854b8365d0133e58975 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Wed, 5 Feb 2025 11:14:29 -0800 Subject: [PATCH] Add condition newline to CriticalErrors string Fix issue #868 - pretty this string for 40 col terminals --- ctrl/text.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index a1c425835e..7a9f5d4c73 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -432,8 +432,8 @@ "Not Available" 357 LiSysopNotAvailable "\1r\1h\1iYou can't possibly be in two places at the "\ 358 UserOnTwoNodes "same time.\1n\r\n" -"\7\1r\1h\1i%d critical errors have occurred. "\ 359 CriticalErrors - "Type ;ERR at main menu.\1n\r\n" +"\7\1r\1h\1i%d critical errors have occurred.\1\\ "\ 359 CriticalErrors + "Use ERR command to view error log.\1n\r\n" "\1_\1w\1hYou have %d User to User File Transfer%s "\ 360 UserXferForYou "waiting for you\r\n" "\1_\1w\1hYou have sent %d unreceived User to "\ 361 UnreceivedUserXfer -- GitLab