all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-olsr / luasrc / model / cbi / olsr / olsrdplugins.lua
index f81a4a4..a387c4c 100644 (file)
@@ -17,7 +17,7 @@ local ip = require "luci.ip"
 local fs = require "nixio.fs"
 
 if arg[1] then
-       mp = Map("olsrd", translate("olsrd_plugins", "OLSR - Plugins"))
+       mp = Map("olsrd", translate("OLSR - Plugins"))
 
        p = mp:section(TypedSection, "LoadPlugin")
        p:depends("library", arg[1])
@@ -31,7 +31,7 @@ if arg[1] then
                return Flag.cfgvalue(self, section) or "0"
        end
 
-       lib = p:option(DummyValue, "library", translate("library"))
+       lib = p:option(DummyValue, "library", translate("Library"))
        lib.default = arg[1]
 
        local function Range(x,y)