From 7b7e45f0e8a98bce2991bcc3742602eec35c1845 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Wed, 23 Feb 2022 18:09:25 -0800
Subject: [PATCH] Introduced FreeDownloadUserMsg text.dat string

Also updated the default colors of the existing DownloadUserMsg
string to have a little more variety.
---
 ctrl/text.dat | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ctrl/text.dat b/ctrl/text.dat
index b0af195342..f43fdf6bfb 100644
--- a/ctrl/text.dat
+++ b/ctrl/text.dat
@@ -362,7 +362,7 @@
 "Tag this file"                                         297 TagFileQ
 "\1h\1yEnter (space-separated) Tags: "                  298 TagFilePrompt
 "UNUSED299"                                             299 Unused299
-"UNUSED300"                                             300 Unused300
+"\1_\1h\1w%s\1c was %sdownloaded by \1w%s\r\n"          300 FreeDownloadUserMsg
 "\r\n\1n\1gAuthor           :\1h %s"                    301 FiAuthor
 "\r\n\1n\1gGroup            :\1h %s"                    302 FiGroup
 "\1w\1h\r\n%s is already in the queue.\r\n"             303 FileAlreadyInQueue
@@ -377,8 +377,8 @@
 "\1r\1h\1i%s IS ZERO LENGTH - NOT UPLOADED!\1n\r\n"         309 FileZeroLength
 "\1_\1w\1h%s (%s bytes) received.\r\n"                     310 FileNBytesReceived
 "\1_\1w\1h%s (%s bytes) sent.\r\n"                         311 FileNBytesSent
-"\1_\1h\1w%s was %sdownloaded by %s\r\n"\                  312 DownloadUserMsg
-	"\1n\1gYou were awarded %s credits.\r\n"
+"\1_\1h\1w%s\1c was %sdownloaded by \1w%s\r\n"\            312 DownloadUserMsg
+	"\1n\1gYou were awarded \1h%s\1n\1g credits.\r\n"
 "partially "                                            313 Partially
 "\1l\1n\1gLibrary          :\1h (%u) %s"                  314 FiLib
 "\r\n\1n\1gDirectory        :\1h (%u) %s"                  315 FiDir
-- 
GitLab