From 916d29f4140c45a9af8de2933e498016e9fe1f3b Mon Sep 17 00:00:00 2001 From: Eike <eike.baran@uni-oldenburg.de> Date: Sat, 8 Aug 2015 02:52:15 +0200 Subject: [PATCH] fixed typos --- .../lib/gluon/config-mode/wizard/0400-geo-location.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ffnw-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua b/ffnw-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua index 7ce9346..8c5edb8 100644 --- a/ffnw-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua +++ b/ffnw-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua @@ -7,7 +7,7 @@ local M = {} function M.section(form) local s = form:section(cbi.SimpleSection, nil, i18n.translate( 'If you want the location of your node to be displayed on the map, ' - .. 'you can sed a automatically localization of your router or enter its coordinates here. Specifying the altitude ' + .. 'you can set a automatic localization of your router or enter its coordinates here. Specifying the altitude ' .. 'is optional and should only be done if a proper value is known.')) local o @@ -21,9 +21,9 @@ function M.section(form) o:depends("_autolocation", "1") o.rmempty = false o.datatype = "integer" - o.description = i18n.translatef("sed refresh interval, the default is ons a day") + o.description = i18n.translatef("Set refresh interval, the default is once per day") - o = s:option(cbi.Flag, "_staticlocation", i18n.translate("Set location maunaly")) + o = s:option(cbi.Flag, "_staticlocation", i18n.translate("Set location manually")) o.default = uci:get_first("gluon-node-info", "location", "static_location", o.disabled) o.rmempty = false @@ -78,4 +78,4 @@ function M.handle(data) uci:commit("gluon-node-info") end -return M +return M \ No newline at end of file -- GitLab