X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/5b15a6f7796a86dfeaf9f41911e7cb112f2c6a97..b8f8c3239f369a693994d882c317d87e06f070b6:/sistema/www/perfiles/perfiles.php diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php index 1e97289..98ac2c0 100644 --- a/sistema/www/perfiles/perfiles.php +++ b/sistema/www/perfiles/perfiles.php @@ -65,7 +65,7 @@ if (!@$_SESSION['samurai']['id_sistema']) { $TABLA2->addRow($row,'align=right'); } //Genero la cabecera de la tabla - $row = array ('Id','Descripcion'); + $row = array ('Id','DescripciĆ³n'); if ($SAMURAI_PERM->tiene(SAMURAI_PERM_PERFIL_MODIF)) { $row[] = 'Modif.'; }