gluon-config-mode: fix type (gluon-locaton -> gluon-location)

This commit is contained in:
Nils Schneider 2014-02-06 20:21:11 +01:00
parent 560ec71d95
commit e067480118
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ zu können benötigen wir seine Koordinaten. Hier hast du die Möglichkeit
diese zu hinterlegen.]])
o = s:option(Flag, "_location", "Knoten auf der Karte anzeigen")
o.default = uci:get_first("gluon-locaton", "location", "share_location", o.disabled)
o.default = uci:get_first("gluon-location", "location", "share_location", o.disabled)
o.rmempty = false
o = s:option(Value, "_latitude", "Breitengrad")