Commit 5d4481b52afbe38b6a29dd9fd7e5ec8ae528fafc

Authored by Edmar Moretti
1 parent 47738792
Exists in master

--no commit message

ferramentas/geolocal/dicionario.js
... ... @@ -20,8 +20,8 @@ i3GEOF.geolocal.dicionario = {
20 20 en : "",
21 21 es : ""
22 22 } ],
23   - 'exclui' : [ {
24   - pt : "Exclui",
  23 + 'shp' : [ {
  24 + pt : "Cria camada com os pontos",
25 25 en : "",
26 26 es : ""
27 27 } ],
... ...
ferramentas/geolocal/template_mst.html
... ... @@ -4,7 +4,7 @@
4 4 <button title='{{{limpa}}}' onclick='i3GEOF.geolocal.limpa()'>
5 5 <img src='{{{locaplic}}}/imagens/gisicons/erase.png' />
6 6 </button>
7   -<button title='{{{exclui}}}' onclick='i3GEOF.geolocal.criaShp()'>
  7 +<button title='{{{shp}}}' onclick='i3GEOF.geolocal.criaShp()'>
8 8 <img src='{{{locaplic}}}/imagens/gisicons/layer-gps-create.png' />
9 9 </button>
10 10 <img title='{{{paraCaptura}}}' onclick='i3GEOF.geolocal.paraTempo()' style='top: -3px; left: 10px; position: relative;' src='{{{locaplic}}}/imagens/oxygen/16x16/clock.png'>
... ...