luci-app-olsr: fix typo
[project/luci.git] / applications / luci-app-olsr / luasrc / model / cbi / olsr / olsrd6.lua
index bb3567677f7d172097833e3d0163841140bc97ac..8418a07ba6c7b7925d10a44b2188ccf73efb7c61 100644 (file)
@@ -218,8 +218,8 @@ i:tab("addrs",   translate("IP Addresses"))
 i:tab("timing",  translate("Timing and Validity"))
 
 mode = i:taboption("general", ListValue, "Mode", translate("Mode"),
-       translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
-       "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
+       translate("Interface mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
+       "Valid modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
 mode:value("mesh")
 mode:value("ether")
 mode.optional = true