diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-11-18 09:28:16 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-11-18 09:28:16 +0000 |
commit | c30a8a9d52120daeff79ddbd28e40f34d440adc9 (patch) | |
tree | a2f5102c10c8cc1810b73d83653484e6216037c4 /modules/freifunk/luasrc/view | |
parent | 00c2ca662286cc602460d1eabd162bea7c54436a (diff) |
modules/freifunk: Fix/add some translations
Diffstat (limited to 'modules/freifunk/luasrc/view')
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/contact.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/contact.htm b/modules/freifunk/luasrc/view/freifunk/contact.htm index 59d508c6f3..0b4a068108 100644 --- a/modules/freifunk/luasrc/view/freifunk/contact.htm +++ b/modules/freifunk/luasrc/view/freifunk/contact.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> <% local contact = luci.model.uci.cursor():get_all("freifunk", "contact") %> -<h2><a id="content" name="content"><%:contact%></a></h2> +<h2><a id="content" name="content"><%:Contact%></a></h2> <table cellspacing="0" cellpadding="6"> <tr><th><%:Nickname%>:</th><td><%=contact.nickname%></td></tr> <tr><th><%:Realname%>:</th><td><%=contact.name%></td></tr> |