mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix, CI] Push to Transifex from master, fix multiline strings for xgettext (#5238)
Related to https://github.com/koreader/koreader/pull/5237
This commit is contained in:
@@ -342,8 +342,8 @@ end
|
||||
function ReaderZooming:setZoomMode(mode)
|
||||
if self.ui.view.page_scroll and self.paged_modes[mode] then
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T(_([[
|
||||
%1
|
||||
text = T(_(
|
||||
[[%1
|
||||
|
||||
In combination with continuous view (scroll mode), this can cause unexpected vertical shifts when turning pages.]]), self.paged_modes[mode]),
|
||||
timeout = 5,
|
||||
|
||||
Reference in New Issue
Block a user