0002-web-osm-translation-mismatch.patch 945 B

1234567891011121314151617
  1. From: Michael Schwarz <post@michael-schwarz.name>
  2. Date: Fre, 18 Jan 2018 09:18:30 +0200
  3. Subject: gluon: patch gluon-config-mode-geo-location translation
  4. 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
  5. index 6a211b64..928b4c5a 100644
  6. --- a/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua
  7. +++ b/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua
  8. @@ -15,7 +15,7 @@ return function(form, uci)
  9. if not text then
  10. text = pkg_i18n.translate(
  11. 'If you want the location of your node to ' ..
  12. - 'be displayed on the map, you can enter its coordinates here.'
  13. + 'be displayed on public maps, you can enter its coordinates here.'
  14. )
  15. if osm then
  16. text = text .. ' ' .. osm.help(i18n)