From 3db4924e49957e8e5f7a1d83387eea7462db4ffc Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Sat, 18 Feb 2023 21:57:09 -0800 Subject: [PATCH] Fix the one lingering %l[d|u|x] in this file --- ctrl/text.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index 4717fac8a9..b784669766 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -913,7 +913,7 @@ "\1n\1b[\1h\1wX\1n\1b] \1hExtended (QWKE) Packet Format\1n\1b: \1c%s\r\n" 755 QWKSettingsExtended "\r\n\1n\1h\1bWhich or [\1wQ\1b]uit: \1c" 756 QWKSettingsWhich "\1n\r\nSorry, you can't edit this message.\r\n" 757 CantEditMsg -"\1n\r\nSorry, you can't delete message #%lu.\r\n" 758 CantDeleteMsg +"\1n\r\nSorry, you can't delete message #%u.\r\n" 758 CantDeleteMsg "\1n\r\nSorry, you can't read messages on %s %s\r\n" 759 CantReadSub "\1n\r\nSorry, you can't post that message.\r\n" 760 CantPostMsg "\r\n\1y\1hOperator: \1w" 761 OperatorPrompt -- GitLab