mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[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:
@@ -93,8 +93,8 @@ function optionsutil.showValuesMargins(configurable, option)
|
||||
end
|
||||
if not default then
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T(_(
|
||||
[[%1:
|
||||
text = T(_([[
|
||||
%1:
|
||||
Current value: %2
|
||||
left: %3
|
||||
top: %4
|
||||
@@ -112,8 +112,8 @@ Default value: not set]]),
|
||||
end
|
||||
end
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T(_(
|
||||
[[%1:
|
||||
text = T(_([[
|
||||
%1:
|
||||
Current value: %2
|
||||
left: %3
|
||||
top: %4
|
||||
|
||||
Reference in New Issue
Block a user