From 652091bbf456a098ecd31c7f9a8cd4f5b285f561 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 2 Oct 2003 22:55:30 +0000 Subject: [PATCH] =?utf8?q?Cambio=20est=C3=A9tico.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sistema/local_lib/AI/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.43.0