[chore] cleanup multi-lines translatable strings

Revert 9971eb85 and make multi-lines strings more readable.
(Multiline translatable strings extraction has been fixed
in koreader-misc tralua_xgettext.py.)
This commit is contained in:
poire-z
2019-01-28 18:00:24 +01:00
parent 32bbf17003
commit 335a513826
13 changed files with 40 additions and 38 deletions

View File

@@ -144,8 +144,8 @@ function HyphenationLimitsWidget:update()
CloseButton:new{ window = self, padding_top = Size.margin.title, },
}
local hyph_into_text = _(
[[Set minimum length before hyphenation occurs.
local hyph_into_text = _([[
Set minimum length before hyphenation occurs.
These settings will apply to all books with any hyphenation dictionary.
'Use language defaults' resets them.]])
local hyph_info = FrameContainer:new{