diff options
author | adv <adv@uma.es> | 2012-02-16 13:49:14 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2012-02-16 13:49:14 +0000 |
commit | 77b4ec44d84a81fc3d5a0c1ade0427ee3fc05f72 (patch) | |
tree | 32aad1dec879b7a15e3834519f3535acfa156ba0 /admin/WebConsole/principal/aulas.php | |
parent | 9dba28d36d67fc823e19b686cdf2403fb0c417a7 (diff) |
version 1.0.3 #483 internacionalizacion log
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2600 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/principal/aulas.php')
-rw-r--r-- | admin/WebConsole/principal/aulas.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php index b0b971ce..97b95079 100644 --- a/admin/WebConsole/principal/aulas.php +++ b/admin/WebConsole/principal/aulas.php @@ -838,13 +838,13 @@ function ContextualXMLOrdenadores(){ $layerXML.='<ITEM'; $layerXML.=' alpulsar="ver_log('.$AMBITO_ORDENADORES.')"'; $layerXML.=' imgitem="../images/iconos/acciones.gif"'; - $layerXML.=' textoitem="Log"'; + $layerXML.=' textoitem='.$TbMsg[47]; $layerXML.='></ITEM>'; $layerXML.='<ITEM'; $layerXML.=' alpulsar="ver_log_seguimiento('.$AMBITO_ORDENADORES.')"'; $layerXML.=' imgitem="../images/iconos/acciones.gif"'; - $layerXML.=' textoitem="Log_seguimiento"'; + $layerXML.=' textoitem='.$TbMsg[48]; $layerXML.='></ITEM>'; $layerXML.='<ITEM'; |