Commit 4c29108ec36113191625f9eb1825b71ba5791a25
1 parent
5edf7c0f
Exists in
master
and in
7 other branches
Correção do id do dicionário
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
ferramentas/metaestat/dicionario.js
@@ -95,5 +95,10 @@ i3GEOF.metaestat.dicionario = { | @@ -95,5 +95,10 @@ i3GEOF.metaestat.dicionario = { | ||
95 | pt : "Propriedades da camada", | 95 | pt : "Propriedades da camada", |
96 | en : "", | 96 | en : "", |
97 | es : "" | 97 | es : "" |
98 | + } ], | ||
99 | + 'selecionaCamada' : [ { | ||
100 | + pt : "Escolha uma camada", | ||
101 | + en : "", | ||
102 | + es : "" | ||
98 | } ] | 103 | } ] |
99 | }; | 104 | }; |
100 | \ No newline at end of file | 105 | \ No newline at end of file |
ferramentas/metaestat/index.js
@@ -473,7 +473,7 @@ i3GEOF.metaestat = { | @@ -473,7 +473,7 @@ i3GEOF.metaestat = { | ||
473 | } | 473 | } |
474 | } | 474 | } |
475 | if(lista.length == 0){ | 475 | if(lista.length == 0){ |
476 | - alert("Escolha uma camada"); | 476 | + alert("selecionaCamada"); |
477 | return; | 477 | return; |
478 | } | 478 | } |
479 | i3GEO.janela.abreAguarde("aguardeAnalise","Aguarde..."); | 479 | i3GEO.janela.abreAguarde("aguardeAnalise","Aguarde..."); |