diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-11-18 09:19:51 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-11-18 09:19:51 +0000 |
commit | 00c2ca662286cc602460d1eabd162bea7c54436a (patch) | |
tree | 444362d63e17d355cb4eea29914980158f5ee0eb /applications | |
parent | f3218c456a853e8ec53715525ee97a279083493b (diff) |
app-luci-olsr: Fix translations
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/index.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/index.htm b/applications/luci-olsr/luasrc/view/status-olsr/index.htm index fbaef63e8..fc8f76e2c 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/index.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/index.htm @@ -50,8 +50,8 @@ $Id$ <br /> <h3><%:Legend%>:</h3> <ul> -<li><strong>LQ: </strong><%:Success rate of sent packages%></li> -<li><strong>NLQ: </strong><%:Success rate of received packages%></li> +<li><strong>LQ: </strong><%:Success rate of packages received from the neighbour%></li> +<li><strong>NLQ: </strong><%:Success rate of packages sent to the neighbour%></li> <li><strong>ETX: </strong><%:Expected retransmission count%></li> </ul> <%+footer%> |