[fix] Statistics: allow for proper translation of plural (#6437)

Reported by @leschek
reviewable/pr6438/r1
Frans de Jonge 4 years ago committed by GitHub
parent 1c49f817fd
commit e23f68e5f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save