diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-17 22:37:30 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-17 22:37:30 +0000 |
commit | 8c094ff45c41ef2211dbedcb4a8a201d9f92dfbc (patch) | |
tree | 7ab03169ce90aa0082461e1ca719964a9769d0b2 /applications/luci-olsr | |
parent | 9bb43aafe23cb0d4950b3f88a86a661de736b381 (diff) |
applications/luci-olsr, po: fix typo in OLSR texts (#323)
Diffstat (limited to 'applications/luci-olsr')
-rw-r--r-- | applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua index 82b772891..9bdf3a34c 100644 --- a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua +++ b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua @@ -106,7 +106,7 @@ lqage:depends("LinkQualityLevel", "2") lqa = s:taboption("lquality", ListValue, "LinkQualityAlgorithm", translate("LQ algorithm"), translate("Link quality algorithm (only for lq level 2).<br />".. "<b>etx_float</b>: floating point ETX with exponential aging<br />".. - "<b>etx_fpm</b> : same as ext_float, but with integer arithmetic<br />".. + "<b>etx_fpm</b> : same as etx_float, but with integer arithmetic<br />".. "<b>etx_ff</b> : ETX freifunk, an etx variant which use all OLSR traffic (instead of only hellos) for ETX calculation<br />".. "<b>etx_ffeth</b>: incompatible variant of etx_ff that allows ethernet links with ETX 0.1.<br />".. "Defaults to \"etx_ff\"")) |