Commit e3ce042a3e30d67cf9dfcb7092196e108d8e11ce
1 parent
85d6fd65
Exists in
master
and in
7 other branches
Ajustes na interface carto_ol
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
ferramentas/metaestat/index.js
@@ -391,7 +391,7 @@ i3GEOF.metaestat = { | @@ -391,7 +391,7 @@ i3GEOF.metaestat = { | ||
391 | i3GEO.janela.minimiza("i3GEOF.filtraperiodo"); | 391 | i3GEO.janela.minimiza("i3GEOF.filtraperiodo"); |
392 | }; | 392 | }; |
393 | //cria a janela flutuante | 393 | //cria a janela flutuante |
394 | - titulo = "Filtro </a>"; | 394 | + titulo = "Filtro temporal </a>"; |
395 | i3GEO.janela.cria( | 395 | i3GEO.janela.cria( |
396 | "260px", | 396 | "260px", |
397 | "340px", | 397 | "340px", |
ferramentas/metaestat/locregiao.js
@@ -118,7 +118,7 @@ i3GEOF.locregiao = { | @@ -118,7 +118,7 @@ i3GEOF.locregiao = { | ||
118 | }; | 118 | }; |
119 | //cria a janela flutuante | 119 | //cria a janela flutuante |
120 | if(i3GEOF.locregiao.ATIVAFILTRO === true){ | 120 | if(i3GEOF.locregiao.ATIVAFILTRO === true){ |
121 | - titulo = "Filtro "; | 121 | + titulo = "Filtro geográfico"; |
122 | } | 122 | } |
123 | else{ | 123 | else{ |
124 | titulo = $trad("x59"); | 124 | titulo = $trad("x59"); |