From 5b5e199567bf29559e3e7b8a5dc4690d4d6b7a51 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 21 Jul 2011 11:31:10 +0000 Subject: [PATCH] Added new text.dat line: AddSubToNewScanQ, used when quitting a sub read prompt and the sub is not in the user's new-scan configuration. --- ctrl/text.dat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index 737cba992a..35831a4554 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -907,4 +907,5 @@ "\1n\r\nSorry, you can't delete this message.\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 \ No newline at end of file +"\r\n\1y\1hOperator: \1w" 761 OperatorPrompt +"Add this sub-board to your new-scan list" 762 AddSubToNewScanQ \ No newline at end of file -- GitLab