diff --git a/ferramentas/metaestat/dicionario.js b/ferramentas/metaestat/dicionario.js index 01245a9..ece95b8 100644 --- a/ferramentas/metaestat/dicionario.js +++ b/ferramentas/metaestat/dicionario.js @@ -95,5 +95,10 @@ i3GEOF.metaestat.dicionario = { pt : "Propriedades da camada", en : "", es : "" + } ], + 'selecionaCamada' : [ { + pt : "Escolha uma camada", + en : "", + es : "" } ] }; \ No newline at end of file diff --git a/ferramentas/metaestat/index.js b/ferramentas/metaestat/index.js index 17a444d..ae72901 100644 --- a/ferramentas/metaestat/index.js +++ b/ferramentas/metaestat/index.js @@ -473,7 +473,7 @@ i3GEOF.metaestat = { } } if(lista.length == 0){ - alert("Escolha uma camada"); + alert("selecionaCamada"); return; } i3GEO.janela.abreAguarde("aguardeAnalise","Aguarde..."); -- libgit2 0.21.2