diff options
author | Steven Barth <steven@midlink.org> | 2008-06-09 10:10:29 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-09 10:10:29 +0000 |
commit | 211c6394a0d145d3215893b827241723bb358a13 (patch) | |
tree | dec8e0de5e24fb0476a599f93300f37013bded72 /applications/luci-olsr/luasrc/view/status-olsr/hna.htm | |
parent | 2bf012a40a7a6d0d35b5d61269fd1bafcdf527d6 (diff) |
* Prepare german translation cleanup
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/hna.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/hna.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm index c13369f42..38430fcf8 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm @@ -1,10 +1,10 @@ <%+header%> -<h1><%:olsrhna OLSR-HNA%></h1> +<h1><%:olsrhna%></h1> <br /> <table cellspacing="0" cellpadding="6"> <tr> -<th><%:destination Ziel%></th> -<th><%:gateway Gateway%></th> +<th><%:destination%></th> +<th><%:gateway%></th> </tr> <% for k, route in ipairs(routes) do %> <tr> |