From 998503395b4740db313469ddd5dc5b479d803a43 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sun, 6 Sep 2020 18:42:09 -0700 Subject: [PATCH] A little punctuation and spacign fix-ups wrt batch queues. --- ctrl/text.dat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index 1dde3fe688..0caa879c81 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -330,16 +330,16 @@ "\r\nDownload queue is empty.\r\n" 273 DownloadQueueIsEmpty "\r\n\1-\1g\1hUpload Queue:\1n\1g"\ 274 UploadQueueLstHdr " Description\r\n\r\n\1n" -"\1g\1h%2d: \1n\1g%s %s\r\n" 275 UploadQueueLstFmt +"\1g\1h%2d: \1n\1g%-12s %s\r\n" 275 UploadQueueLstFmt "\r\n\1-\1g\1hDownload Queue:\1n\1g"\ 276 DownloadQueueLstHdr " Credits Bytes Time\r\n\r\n\1n" -"\1g\1h%2d: \1n\1g%s %11.11s %11.11s %s\r\n" 277 DownloadQueueLstFmt +"\1g\1h%2d: \1n\1g%-12s %11.11s %11.11s %s\r\n" 277 DownloadQueueLstFmt "\r\n\1w\1h Totals: %11.11s %11.11s %s\r\n" 278 DownloadQueueTotals "\r\n\1-\1gRemove which file from upload "\ 279 RemoveWhichFromUlQueue "queue (1-%d): \1n" "\r\n\1-\1gRemove which file from download "\ 280 RemoveWhichFromDlQueue "queue (1-%d): \1n" -"\r\nUpload queue is empty\r\n" 281 UploadQueueIsEmpty +"\r\nUpload queue is empty.\r\n" 281 UploadQueueIsEmpty "\r\nHang up after transfer" 282 HangUpAfterXferQ "\r\n\1w\1hStart transfer now (Ctrl-X to abort):\r\n\1n" 283 StartXferNow "\1_\r\n\1b\1hDisconnecting @ELLIPSIS@ \1wH\1bang up or \1wA\1bbort " 284 Disconnecting -- GitLab