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:
@@ -78,8 +78,8 @@ function optionsutil.showValuesHMargins(configurable, option)
|
||||
local current = configurable[option.name]
|
||||
if not default then
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T(_([[
|
||||
Current margins:
|
||||
text = T(_(
|
||||
[[Current margins:
|
||||
left: %1
|
||||
right: %2
|
||||
Default margins: not set]]),
|
||||
@@ -87,8 +87,8 @@ Default margins: not set]]),
|
||||
})
|
||||
else
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T(_([[
|
||||
Current margins:
|
||||
text = T(_(
|
||||
[[Current margins:
|
||||
left: %1
|
||||
right: %2
|
||||
Default margins:
|
||||
|
||||
Reference in New Issue
Block a user