Commit e5f2df366833fb3e3a582032629201683c4fbc76
1 parent
ad6d9825
Exists in
master
and in
7 other branches
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,7 +199,7 @@ i3GEOF.gradeDePontos = { | ||
199 | i3GEO.eventos.adicionaEventos("MOUSECLIQUE",["i3GEOF.gradeDePontos.capturaPonto()"]); | 199 | i3GEO.eventos.adicionaEventos("MOUSECLIQUE",["i3GEOF.gradeDePontos.capturaPonto()"]); |
200 | }, | 200 | }, |
201 | t3: function(){ | 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 | ins += "<p class='paragrafo'>X</p>"; | 203 | ins += "<p class='paragrafo'>X</p>"; |
204 | ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosnptx' title='pontos em x' type=text value='10'/></div>"; | 204 | ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosnptx' title='pontos em x' type=text value='10'/></div>"; |
205 | ins += "<br><p class='paragrafo'>Y"; | 205 | ins += "<br><p class='paragrafo'>Y"; |