This commit is contained in:
Kovid Goyal
2023-08-08 17:51:02 +05:30
parent a628609ca8
commit 12bdc0cc0c

View File

@@ -1089,7 +1089,7 @@ func (self *SendHandler) on_text(text string, from_key_event, in_bracketed_paste
func (self *SendHandler) print_continue_msg() {
self.lp.Println(
`Press `, self.ctx.Green(`y`), ` to continue or `, self.ctx.BrightRed(`n`), ` to abort`)
`Press`, self.ctx.Green(`y`), `to continue or`, self.ctx.BrightRed(`n`), `to abort`)
}
func (self *SendHandler) abort_transfer(delay ...time.Duration) {