Skip to content

Commit

Permalink
i18n: fix translation sentence in po/grassmods_es.po (#4859)
Browse files Browse the repository at this point in the history
Fix wrong message translation in `v.distance`:

"distancia máxima --> distancia mínima"

Fixes #4855
  • Loading branch information
neteler authored Dec 18, 2024
1 parent e1c90df commit 563f34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/po/grassmods_es.po
Original file line number Diff line number Diff line change
Expand Up @@ -57136,7 +57136,7 @@ msgstr "categoría del elemento más cercano"

#: ../vector/v.distance/main.c:202
msgid "minimum distance to nearest feature"
msgstr "distancia máxima al punto más cercano"
msgstr "distancia mínima al punto más cercano"

#: ../vector/v.distance/main.c:203
msgid "x coordinate of the nearest point on the 'to' feature"
Expand Down

0 comments on commit 563f34d

Please sign in to comment.