Commit cdc339bd2f58149c8e69e38db553754b47e832d0
1 parent
a44ed6ab
Exists in
master
and in
6 other branches
Correção dicionario.js
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/gradehex/dicionario.js
... | ... | @@ -62,8 +62,8 @@ i3GEOF.gradeDeHex.dicionario = { |
62 | 62 | } ], |
63 | 63 | 'msg2' : [ { |
64 | 64 | pt : "Número de pontos não pode ser 0", |
65 | - en : "El Número de puntos no puede ser 0", | |
66 | - es : "Number of points can not be 0" | |
65 | + en : "Number of points can not be 0", | |
66 | + es : "El Número de puntos no puede ser 0" | |
67 | 67 | } ], |
68 | 68 | 'projMercator' : [ { |
69 | 69 | pt : "Utiliza a projeção Mercator na geração da grade", | ... | ... |