Skip to content

Commit

Permalink
Slight wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Feb 17, 2021
1 parent 52b8188 commit b0a15d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobo-uncaged/kunc/kunc.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (ku *koboUncaged) SaveBook(md uc.CalibreBookMeta, book io.Reader, len int,
}
if lastBook {
ku.k.WriteMDfile()
ku.k.WebSend(device.WebMsg{ShowMessage: "Transfer Finished", Progress: -1})
ku.k.WebSend(device.WebMsg{ShowMessage: "Transfer Complete", Progress: -1})
}
return err
}
Expand Down

0 comments on commit b0a15d4

Please sign in to comment.