luci-0.10: Merge r6897

This commit is contained in:
Manuel Munz 2011-02-14 12:26:47 +00:00
parent c8711c2bbf
commit 0eee4e2a3e

View file

@ -35,7 +35,7 @@ local basicsurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "fr
if section.diversity ~= "0" and section.disabled ~= "1" then
print('<div class="error">' .. translate("Diversity is enabled for device") .. ' <b>' .. device .. '</b>. '
.. translate("Go to") .. ' <a href="' .. url .. '">' .. translate("wireless settings") .. '</a> ' ..
translate(" to disable it.") .. '</div><p />')
translate("to disable it.") .. '</div><p />')
end
end) %>