From bd9ce36daa0490eb39275a4a514fefe637250c66 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 29 Sep 2008 19:21:47 +0000 Subject: [PATCH] * luci-0.8: backport p910nd translation fix --- applications/luci-p910nd/luasrc/model/cbi/p910nd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua b/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua index 21a596556..b0ffa4eda 100644 --- a/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua +++ b/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua @@ -22,7 +22,7 @@ s = m:section(TypedSection, "p910nd", translate("settings", "settings")) s.addremove = true s.anonymous = true -s:option(Flag, "enabled", translate("enabled")) +s:option(Flag, "enabled", translate("enable")) s:option(Value, "device", translate("device", "Device")).rmempty = true -- 2.25.1