mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] Statistics: allow for proper translation of plural (#6437)
Reported by @leschek
This commit is contained in:
@@ -273,7 +273,7 @@ Please wait…
|
||||
UIManager:close(info)
|
||||
UIManager:forceRePaint()
|
||||
UIManager:show(InfoMessage:new{
|
||||
text =T(_("Conversion completed.\nImported %1 books to database.\nTap to continue."),nr_book) })
|
||||
text = T(N_("Conversion complete.\nImported one book to the database.\nTap to continue.", "Conversion complete.\nImported %1 books to the database.\nTap to continue."), nr_book) })
|
||||
else
|
||||
self:createDB(conn)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user