gluon-luci-autoupdater: Fix typo

This commit is contained in:
Daniel Ehlers 2014-02-13 00:21:40 +01:00
parent 0e48961691
commit 2edcec1803
1 changed files with 1 additions and 1 deletions

View File

@ -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")