From 2edcec180354a85f15bcb00ab0d8acdbe58b182c Mon Sep 17 00:00:00 2001 From: Daniel Ehlers Date: Thu, 13 Feb 2014 00:21:40 +0100 Subject: [PATCH] gluon-luci-autoupdater: Fix typo --- .../files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua b/gluon/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua index f319724..8d6b3f3 100644 --- a/gluon/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua +++ b/gluon/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua @@ -14,7 +14,7 @@ $Id$ m = Map("autoupdater", "Autoupdater") -s = m:section(TypedSection, "autoupdater", "Einstelleungen") +s = m:section(TypedSection, "autoupdater", "Einstellungen") s.addremove = false s:option(Flag, "enabled", "Aktivieren")