Commit e5f2df366833fb3e3a582032629201683c4fbc76

Authored by Edmar Moretti
1 parent ad6d9825

Correção n a grade de pontos

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ferramentas/gradepontos/index.js
... ... @@ -199,7 +199,7 @@ i3GEOF.gradeDePontos = {
199 199 i3GEO.eventos.adicionaEventos("MOUSECLIQUE",["i3GEOF.gradeDePontos.capturaPonto()"]);
200 200 },
201 201 t3: function(){
202   - var ins = "<p class='paragrafo'><b>"+$trad('numeroPontos',i3GEOF.gradeDePoligonos.dicionario)+"</b>";
  202 + var ins = "<p class='paragrafo'><b>"+$trad('numeroPontos',i3GEOF.gradeDePontos.dicionario)+"</b>";
203 203 ins += "<p class='paragrafo'>X</p>";
204 204 ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosnptx' title='pontos em x' type=text value='10'/></div>";
205 205 ins += "<br><p class='paragrafo'>Y";
... ...