Commit 04c729900b9f75bbf7d578df78e1453de5f42ea5
1 parent
9fd9dd18
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/metaestat/index.js
... | ... | @@ -189,7 +189,7 @@ i3GEOF.metaestat = { |
189 | 189 | filtraPeriodo: { |
190 | 190 | //CAMADAS: "", |
191 | 191 | inicia: function(){ |
192 | - i3GEO.janela.tempoMsg("O filtro de período só pode ser aplicado nas camadas (variáveis) que possuem dados temporais"); | |
192 | + i3GEO.janela.tempoMsg("Ao agregar dados por período a forma de cálculo (soma ou média) é mantida conforme o orginal da camada já existente"); | |
193 | 193 | if($i("i3GEOF.filtraperiodo_corpo")){ |
194 | 194 | return; |
195 | 195 | } | ... | ... |