X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/429b500520d01da865ae07369feec31f37fbda24..652091bbf456a098ecd31c7f9a8cd4f5b285f561:/sistema/local_lib/AI/Form.php?ds=inline diff --git a/sistema/local_lib/AI/Form.php b/sistema/local_lib/AI/Form.php index 6faef90..0d26902 100644 --- a/sistema/local_lib/AI/Form.php +++ b/sistema/local_lib/AI/Form.php @@ -180,7 +180,7 @@ class AI_Form extends MECON_HTML_QuickForm { } // Tipo de sistema. if ($tipo == 'sistema') { - $fTipo =& $this->addElement('checkbox', 'tipo', 'Programado en EmbPerl'); + $fTipo =& $this->addElement('checkbox', 'tipo', 'Usa EmbPerl'); // Carga datos. if ($accion & (AI_BAJA | AI_MODIF)) { $fTipo->setChecked($obj->tipo == 'embperl');