diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-15 21:01:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-15 21:01:04 +0000 |
commit | 7ea3e1a5e6d3a181b7b9086b71d3b5d85c7a94bb (patch) | |
tree | d24116a35fed48231aa7cb669c020ec9d7b0c6ce /modules | |
parent | 605cd262ba7a55ba6d52082ef1e0380ad95a3324 (diff) |
* luci/modules/freifunk: minor translation fixes
Diffstat (limited to 'modules')
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/index.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm index d4af849eb..2cf1f6fdc 100644 --- a/modules/freifunk/luasrc/view/freifunk/index.htm +++ b/modules/freifunk/luasrc/view/freifunk/index.htm @@ -16,9 +16,9 @@ $Id$ <% local ff = luci.model.uci.cursor():get_all("freifunk") %> <h1><%:ff_hellonet%> <%=ff.community.name or 'Freifunk Deutschland'%>!</h1> <p><%:ff_public1%><br /> -<%:ff_public2%><%=luci.sys.hostname()%>. <%:ff_public3%> -<a href="<%=controller%>/public/index/contact"><%=ff.contact.nickname or 'anonym'%></a>.</p> +<%:ff_public2%> <%=luci.sys.hostname()%>. <%:ff_public3%> +<a href="<%=controller%>/public/index/contact"> <%=ff.contact.nickname%></a>.</p> <p><%:ff_public4%> <a href="http://freifunk.net">Freifunk.net</a>.<br /> <%:ff_public5%> <a href="<%=ff.community.homepage or 'http//freifunk.net'%>"><%=ff.community.name or 'Freifunk'%></a>.</p> -<p><strong><%:note%></strong>: <%:ff_public6%></p> +<p><strong><%:ff_note%></strong>: <%:ff_public6%></p> <%+footer%> |