From 3467df984fa2fa063be61e02894d5d52d6fc8ff8 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Mon, 22 Jan 2018 17:10:11 +0300 Subject: i18n-ru: fixed simple-adblock strin&rus translation Signed-off-by: Vladimir refine refine --- .../luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-simple-adblock/luasrc/model') diff --git a/applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua b/applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua index 214f298292..ff4638e9b8 100644 --- a/applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua +++ b/applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua @@ -39,8 +39,8 @@ if nixio.fs.access(sysfs_path) then leds = nixio.util.consume((nixio.fs.dir(sysfs_path))) end if #leds ~= 0 then - o3 = s:option(Value, "led", translate("LED to indicate status"), translate("Pick the LED not already used in ") - .. [[]] + o3 = s:option(Value, "led", translate("LED to indicate status"), translate("Pick the LED not already used in") + .. [[ ]] .. translate("System LED Configuration") .. [[]]) o3.rmempty = true o3:value("", translate("none")) -- cgit v1.2.3