From 5333dfde1d257ffc2871aa41d6c34d90e7aa9bb3 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Fri, 28 May 2021 00:21:49 -0700 Subject: [PATCH] More use of conditional blank lines in prompt strings. --- ctrl/text.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index aca41f14a5..e4baad0804 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -239,7 +239,7 @@ "\1n\1c(\1h%u\1n\1c) %s" 196 ShortHdrDir "\1r\1hFilenames, specs, or flags [None]: \1m\1h\1~" 197 BatchDlFlags "\r\n\7\1r\1h\1iBatch download queue is full.\1n\r\n" 198 BatchDlQueueIsFull -"\1_\r\n\1y\1hFilespec [\1wAll Files\1y]: \1n" 199 FileSpecStarDotStar +"\1_\1?\1y\1hFilespec [\1wAll Files\1y]: \1n" 199 FileSpecStarDotStar "\r\n\r\n\1r\1h\1iNot enough free disk space.\1n\r\n"\ 200 LowDiskSpace "\r\n\1hThe sysop has been notified.\1n\r\n" "\r\n%s kilobytes free\r\n\r\n" 201 DiskNBytesFree @@ -353,7 +353,7 @@ "\r\nUnextractable file type.\r\n" 289 UnextractableFile "\r\nFile not found.\r\n" 290 FileNotFound "\r\n~Extract file(s), ~View archive, or ~Quit: " 291 ExtractFilesPrompt -"\1_\r\n\1y\1hTemp Directory: \1n" 292 TempDirPrompt +"\1_\1?\1y\1hTemp Directory: \1n" 292 TempDirPrompt "\1n\r\n%s not created yet.\r\n"\ 293 TempFileNotCreatedYet "\r\nUse the \1hA\1n command to create it.\r\n" "\r\nUploader: %s\r\nFilename: %s\r\n" 294 TempFileInfo -- GitLab