$FORM->addElement ('static', 'id_sistema' , 'Id Sistema' , $SISTEMA->getId() );
$FORM->addElement ('static', 'nombre' , 'Nombre' , $SISTEMA->getNombre() );
- $FORM->addElement ('static', 'descripcion', 'Descripcion' , $SISTEMA->getDescripcion());
+ $FORM->addElement ('static', 'descripcion', 'Descripción' , $SISTEMA->getDescripcion());
$FORM->addElement ('static', 'fch_inicio' , 'Fecha Inicio' , $fecha_inicio );
$FORM->addElement ('static', 'fch_fin' , 'Fecha Fin' , $fecha_fin );
- $FORM->addElement ('static', 'fch_imple' , 'Fecha Implementacion', $fecha_implementacion );
+ $FORM->addElement ('static', 'fch_imple' , 'Fecha Implementación', $fecha_implementacion );
$FORM->addElement ('static', 'contacto' , 'Contacto' , $SISTEMA->getContacto() );
$FORM->freeze();
// }}}