Commit 15328fd4ea8a17a8b10621d72df104d09a26f4d1
1 parent
ac4a994c
Exists in
master
and in
7 other branches
Substituição dos IDs para os textos das ferramenta por palavras-chave
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/confluence/index.js
... | ... | @@ -236,9 +236,9 @@ i3GEOF.confluence = { |
236 | 236 | ys.push(i); |
237 | 237 | } |
238 | 238 | } |
239 | - ins = "<p class='paragrafo' >"+$trad(1,i3GEOF.confluence.dicionario)+"</p>"; | |
239 | + ins = "<p class='paragrafo' >"+$trad('ajuda',i3GEOF.confluence.dicionario)+"</p>"; | |
240 | 240 | if(xs.length === 0){ |
241 | - ins += "<br><br>"+$trad(2,i3GEOF.confluence.dicionario)+" <br><br>"+$trad(3,i3GEOF.confluence.dicionario); | |
241 | + ins += "<br><br>"+$trad('msgCoordenada',i3GEOF.confluence.dicionario)+" <br><br>"+$trad('msgZoom',i3GEOF.confluence.dicionario); | |
242 | 242 | } |
243 | 243 | else{ |
244 | 244 | for (i=0;i<xs.length;i++){ | ... | ... |