mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n] Calibre plugin: improve clarity for translators (#10172)
The path list will start with \n already, but an extra newline won't hurt and this string is really weird (i.e., people will naturally put a space or a newline in front of it).
This commit is contained in:
@@ -553,7 +553,7 @@ function CalibreSearch:prompt(message)
|
||||
if count == 0 then
|
||||
info_text = _("No calibre libraries were found")
|
||||
else
|
||||
info_text = T(_("Found %1 calibre libraries with %2 books:%3"), count, #self.books, paths)
|
||||
info_text = T(_("Found %1 calibre libraries with %2 books:\n%3"), count, #self.books, paths)
|
||||
end
|
||||
UIManager:show(InfoMessage:new{ text = info_text })
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user