From a53cc7bf7e49d7f5b6c8db059c1ed561309daaf5 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 11 Oct 2019 23:17:03 +0000
Subject: [PATCH] Shorten the MsgPostedToYouVia string to fit on a single line.
 Exclude the address part (using %.0s).

---
 ctrl/text.dat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ctrl/text.dat b/ctrl/text.dat
index bcd83ce618..d117f3afc8 100644
--- a/ctrl/text.dat
+++ b/ctrl/text.dat
@@ -1004,6 +1004,6 @@
 "\1n\1hLogging on to @BBS@ as @ALIAS@ @ELLIPSIS@\1n\r\n"\ 826 LoggingOn
     "@RESETPAUSE@"
 "\1n\1b[\1h\1wU\1n\1b] \1hInclude UTF-8 Characters     \1n\1b: \1c%s\r\n"	827 QWKSettingsUtf8
-"\1n\1m\1h%s\1n\1m posted a message to you via \1h%s\1n\1m\r\n"\            828 MsgPostedToYouVia
+"\1n\1m\1h%s\1n\1m%.0s posted to you "\                                     828 MsgPostedToYouVia
     "on \1h%s \1n\1m%s\r\n" 
 "unlimited"                                               829 Unlimited
-- 
GitLab