From 5e244079acd301c1c1304b8d3001cad74555c35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 26 Aug 2011 06:44:57 +0000 Subject: [PATCH] --- include/tw/cis_menu_lv.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tw/cis_menu_lv.inc.php b/include/tw/cis_menu_lv.inc.php index a3e091959..098f8e8ab 100644 --- a/include/tw/cis_menu_lv.inc.php +++ b/include/tw/cis_menu_lv.inc.php @@ -39,7 +39,7 @@ { if($db->db_num_rows($result)>0) { - echo "Deutsch "; + echo "".$p->t('global/deutsch')." "; $need_br=true; } } @@ -49,7 +49,7 @@ if($db->db_num_rows($result)>0) { $row1=$db->db_fetch_object($result); - echo "Englisch"; + echo "".$p->t('global/englisch').""; $need_br=true; } }