2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00

Info message typo fix (#5003)

"succesfully" => "successfully"
This commit is contained in:
Vani Ramakrishnan 2019-05-06 02:31:11 -05:00 committed by Frans de Jonge
parent 4ba7f984bf
commit 08fa5e2f17

View File

@ -873,7 +873,7 @@ Do you want to prune cache of removed books?]]
end end
end end
UIManager:close(info) UIManager:close(info)
info = InfoMessage:new{text = T(_("Processed %1 / %2 books.\n%3 extracted succesfully."), nb_done, nb_files, nb_success)} info = InfoMessage:new{text = T(_("Processed %1 / %2 books.\n%3 extracted successfully."), nb_done, nb_files, nb_success)}
UIManager:show(info) UIManager:show(info)
end end