From 8e6c5069b98885e8f51673c8807d33ab7978d773 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 29 Aug 2009 16:28:08 +0000 Subject: [PATCH] fix mlang_room indexes --- web/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.php b/web/index.php index 0c4ac7a..b0681f3 100644 --- a/web/index.php +++ b/web/index.php @@ -719,10 +719,10 @@ $brisk_vertical_menu = ' onmouseover="menu_hide(0,2);" title="' // MLANG leggo soltanto i messaggi degli utenti con password - .$mlang_room['isolaut_desc'][$G_lang]. + .$mlang_room['listisol_desc'][$G_lang]. '" onclick="act_chatt(\'/listen isolation\'); menu_over(-1,this);">' // MLANG solo autenticati - .$mlang_room['tit_isolaut'][$G_lang]. + .$mlang_room['tit_listisol'][$G_lang]. '
--> -- 2.17.1