i18n-ru: fixed simple-adblock strin&rus translation
[project/luci.git] / applications / luci-app-simple-adblock / luasrc / model / cbi / simpleadblock.lua
index 214f298..ff4638e 100644 (file)
@@ -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"))