1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-13 18:53:56 +02:00

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

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