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/mid.htm | |
parent | 2bf012a40a7a6d0d35b5d61269fd1bafcdf527d6 (diff) |
* Prepare german translation cleanup
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/mid.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/mid.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm index fb29e7dfa..63b8c25b2 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm @@ -1,10 +1,10 @@ <%+header%> -<h1><%:olsr_mid OLSR-MID%></h1> +<h1><%:olsr_mid%></h1> <br /> <table cellspacing="0" cellpadding="6"> <tr> -<th><%:node Knoten%></th> -<th><%:aliases Aliasse%></th> +<th><%:node%></th> +<th><%:aliases%></th> </tr> <% for k, mid in ipairs(mids) do %> <tr> |