mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore] readertypeset: normalize string indentation
Same as <ece884a368/frontend/ui/widget/configdialog.lua (L1015-L1019)>.
This commit is contained in:
@@ -515,13 +515,13 @@ function ReaderTypeset:onSetPageMargins(margins, refresh_callback)
|
||||
-- Show a toast on set, with the unscaled & scaled values
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T(_([[
|
||||
Margins set to:
|
||||
Margins set to:
|
||||
|
||||
horizontal: %1 (%2px)
|
||||
top: %3 (%4px)
|
||||
bottom: %5 (%6px)
|
||||
horizontal: %1 (%2px)
|
||||
top: %3 (%4px)
|
||||
bottom: %5 (%6px)
|
||||
|
||||
Tap to dismiss.]]),
|
||||
Tap to dismiss.]]),
|
||||
margins[1], left, margins[2], top, margins[4], bottom),
|
||||
dismiss_callback = refresh_callback,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user