Commit 35aeaab04f39c37f04b5d7601146bf6f3c3ec5e5
1 parent
ffa57a3d
Exists in
master
and in
7 other branches
Correção na abertura de opção de configuração das etiquetas de um tema na ferram…
…enta de identificação
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesjs/classe_tema.js
... | ... | @@ -430,7 +430,7 @@ i3GEO.tema = { |
430 | 430 | etiquetas: function(idtema){ |
431 | 431 | i3GEO.mapa.ativaTema(idtema); |
432 | 432 | if(typeof(i3GEOF.etiqueta) === 'undefined') |
433 | - {i3GEO.util.dialogoFerramenta("i3GEO.tema.dialogo.etiquetas()","etiquetas","etiquetas");} | |
433 | + {i3GEO.util.dialogoFerramenta("i3GEO.tema.dialogo.etiquetas()","etiqueta","etiqueta");} | |
434 | 434 | }, |
435 | 435 | /* |
436 | 436 | Function: editaLegenda | ... | ... |