From 2bb313b3d2ecf3ab4300f4cb0c472bd9ebf85e63 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 21 Oct 2004 09:10:31 +0000 Subject: [PATCH] Eliminate hard-coded "Continue?" prompt, using text.dat line 564 instead (previously "Wait", but unused). Beautified the BulkUploadDescPrompt line. --- ctrl/text.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index 5dda7246d6..2856a46904 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -310,7 +310,7 @@ "\r\nwhNot enough time left to transfer.\r\n" 263 NotEnoughTimeToDl "\r\nProtocol, ~Batch, ~Quit, or [Next]: " 264 ProtocolBatchQuitOrNext "\r\nBulk Upload %s %s Directory:\r\n" 265 BulkUpload -"_yh%s %7ld:" 266 BulkUploadDescPrompt +"_yh%sw%7lukb:" 266 BulkUploadDescPrompt "\r\nrhiNo files in batch queue.n"\ 267 NoFilesInBatchQueue "\r\n\r\nmUse hDnm or hUnm to add files to the queue.\r\n" "_\r\nyhBatch: n" 268 BatchMenuPrompt @@ -687,7 +687,7 @@ "No" 561 No "@EXEC:noyesbar@" 562 NoYesQuestion "_rh[Hit a key] " 563 Pause -"_bh[WAIT]" 564 Wait +"Continue" 564 ContinueQ "-g\r\nSystem Statistics Log:\r\n\r\nn" 565 SysStatsLogHdr "-g\r\nNode #%d Statistics Log:\r\n\r\nn" 566 NodeStatsLogHdr "_rhYour time has been reduced due to an "\ 567 ReducedTime -- GitLab