Merge pull request #18 from sargon/master

gluon-luci-autoupdater: Fix typo
This commit is contained in:
Nils Schneider 2014-02-13 00:24:34 +01:00
commit c7bdc0ee6e
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")