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 cc1af68caa
commit b4ce341601

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