gluon-config-mode-geo-location: fix typo

This commit is contained in:
Matthias Schiffer 2018-08-23 23:01:43 +02:00
parent 2b19266a7d
commit 6ebe2ccd1b
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -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