mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Reworked several strings
This is the remaining gruntwork of #1276. I believe that only leaves networkmgr.lua and filemanagersearch.lua, which will require a little more thought.
This commit is contained in:
@@ -59,7 +59,7 @@ function ReaderFrontLight:onShowIntensity()
|
||||
local powerd = Device:getPowerDevice()
|
||||
if powerd.flIntensity ~= nil then
|
||||
UIManager:show(Notification:new{
|
||||
text = _("Frontlight intensity is set to ")..powerd.flIntensity,
|
||||
text = T( _("Frontlight intensity is set to %1."), powerd.flIntensity),
|
||||
timeout = 1.0,
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user