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:
Frans de Jonge
2014-11-28 14:10:37 +01:00
parent 19b0795474
commit 693fa0837e
9 changed files with 32 additions and 14 deletions

View File

@@ -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