Skip to content
Snippets Groups Projects
Commit a71a2044 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

StartXferNow string now contains argument (%s) for the protocol name

This is helpful when auto-starting a download using the user's pre-selected
default download protocol, reminds the user to start the appropriate transfer
protocol on their end (when necessary).

Goes along with the previous commited fix to issue #767
parent 64a6ab9d
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6532 passed
......@@ -346,7 +346,7 @@
"queue (1-%d): \1n"
"\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
"\r\n\1w\1hStart %s 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
"\1[\1w\1hGood-bye! (Time Used: @TUSED@)\1>" 285 Disconnected
"\1r\1h\1i%s NOT SENT!\1n\r\n" 286 FileNotSent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment