Commit e2f6c6e1077bb919864fa496288594248b8113bf
1 parent
e8b4a49e
Exists in
master
Corrigida mensagem de erro
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/intranet/educar_relatorio_quadro_horario_proc.php
... | ... | @@ -234,7 +234,7 @@ class indice extends clsCadastro |
234 | 234 | else { |
235 | 235 | echo ' |
236 | 236 | <script> |
237 | - alert("As turmas não possuem matrículas no ano selecionado"); | |
237 | + alert("A(s) turma(s) não possui(em) quadro de horário(s)."); | |
238 | 238 | window.parent.fechaExpansivel("div_dinamico_" + (window.parent.DOM_divs.length-1)); |
239 | 239 | </script>'; |
240 | 240 | ... | ... |