Commit 4c29108ec36113191625f9eb1825b71ba5791a25

Authored by Murilo Caixêta
1 parent 5edf7c0f

Correção do id do dicionário

ferramentas/metaestat/dicionario.js
... ... @@ -95,5 +95,10 @@ i3GEOF.metaestat.dicionario = {
95 95 pt : "Propriedades da camada",
96 96 en : "",
97 97 es : ""
  98 + } ],
  99 + 'selecionaCamada' : [ {
  100 + pt : "Escolha uma camada",
  101 + en : "",
  102 + es : ""
98 103 } ]
99 104 };
100 105 \ No newline at end of file
... ...
ferramentas/metaestat/index.js
... ... @@ -473,7 +473,7 @@ i3GEOF.metaestat = {
473 473 }
474 474 }
475 475 if(lista.length == 0){
476   - alert("Escolha uma camada");
  476 + alert("selecionaCamada");
477 477 return;
478 478 }
479 479 i3GEO.janela.abreAguarde("aguardeAnalise","Aguarde...");
... ...