Commit 5d4481b52afbe38b6a29dd9fd7e5ec8ae528fafc
1 parent
47738792
Exists in
master
--no commit message
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
ferramentas/geolocal/dicionario.js
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'> | ... | ... |