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;
}
}