summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-simple-adblock/luasrc
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-01-23 13:20:11 +0200
committerGitHub <noreply@github.com>2018-01-23 13:20:11 +0200
commit6e4c1ef4864a214d5d86757e9465df7376a04009 (patch)
treef2870a98bbbcdf8dccc4ca628ab7b62695236bd7 /applications/luci-app-simple-adblock/luasrc
parent4dddecfa93ef24741d4d5e9adff757f0250b0f67 (diff)
parent3467df984fa2fa063be61e02894d5d52d6fc8ff8 (diff)
Merge pull request #1585 from user7887/luci-ru
i18n-ru: fixed simple-adblock string&rus translation
Diffstat (limited to 'applications/luci-app-simple-adblock/luasrc')
-rw-r--r--applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua4
1 files changed, 2 insertions, 2 deletions
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 ")
- .. [[<a href="]] .. luci.dispatcher.build_url("admin/system/leds") .. [[">]]
+ o3 = s:option(Value, "led", translate("LED to indicate status"), translate("Pick the LED not already used in")
+ .. [[ <a href="]] .. luci.dispatcher.build_url("admin/system/leds") .. [[">]]
.. translate("System LED Configuration") .. [[</a>]])
o3.rmempty = true
o3:value("", translate("none"))