From 6ebe2ccd1bd6f44b918ca9e7795937f1e7d1807c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 23 Aug 2018 23:01:43 +0200 Subject: [PATCH] gluon-config-mode-geo-location: fix typo --- package/gluon-config-mode-geo-location/i18n/de.po | 2 +- package/gluon-config-mode-geo-location/i18n/fr.po | 2 +- .../i18n/gluon-config-mode-geo-location.pot | 2 +- .../luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/gluon-config-mode-geo-location/i18n/de.po b/package/gluon-config-mode-geo-location/i18n/de.po index 70d955c9..1ef10a2b 100644 --- a/package/gluon-config-mode-geo-location/i18n/de.po +++ b/package/gluon-config-mode-geo-location/i18n/de.po @@ -30,7 +30,7 @@ msgid "Show node on the map" msgstr "Knoten auf der Karte anzeigen" msgid "" -"Specifying the altitude is optional; it should only be filled in if a " +"Specifying the altitude is optional; it should only be filled in if an " "accurate value is known." msgstr "" "Die Höhenangabe ist optional und sollte nur gesetzt werden, wenn ein " diff --git a/package/gluon-config-mode-geo-location/i18n/fr.po b/package/gluon-config-mode-geo-location/i18n/fr.po index e632d29f..b66aacb2 100644 --- a/package/gluon-config-mode-geo-location/i18n/fr.po +++ b/package/gluon-config-mode-geo-location/i18n/fr.po @@ -30,7 +30,7 @@ msgid "Show node on the map" msgstr "Afficher le nœud sur la carte" msgid "" -"Specifying the altitude is optional; it should only be filled in if a " +"Specifying the altitude is optional; it should only be filled in if an " "accurate value is known." msgstr "" "La altitude est optionelle et ne devrait que être ajoutée si la valeur " diff --git a/package/gluon-config-mode-geo-location/i18n/gluon-config-mode-geo-location.pot b/package/gluon-config-mode-geo-location/i18n/gluon-config-mode-geo-location.pot index 5baa748b..04bbd364 100644 --- a/package/gluon-config-mode-geo-location/i18n/gluon-config-mode-geo-location.pot +++ b/package/gluon-config-mode-geo-location/i18n/gluon-config-mode-geo-location.pot @@ -19,7 +19,7 @@ msgid "Show node on the map" msgstr "" msgid "" -"Specifying the altitude is optional; it should only be filled in if a " +"Specifying the altitude is optional; it should only be filled in if an " "accurate value is known." msgstr "" diff --git a/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua b/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua index 0d99bef5..2e5111bd 100644 --- a/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua +++ b/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua @@ -16,7 +16,7 @@ return function(form, uci) ) if show_altitude then text = text .. ' ' .. pkg_i18n.translate( - 'Specifying the altitude is optional; it should only be filled in if a accurate ' .. + 'Specifying the altitude is optional; it should only be filled in if an accurate ' .. 'value is known.' ) end