diff --git a/airtime_mvc/application/views/scripts/listenerstat/index.phtml b/airtime_mvc/application/views/scripts/listenerstat/index.phtml
index 2ccee9a8b..fba9380f9 100644
--- a/airtime_mvc/application/views/scripts/listenerstat/index.phtml
+++ b/airtime_mvc/application/views/scripts/listenerstat/index.phtml
@@ -5,7 +5,7 @@
     <div id="date_form" style="float:left; margin:0px 50px 0px 50px"><?php echo $this->date_form; ?></div>
     <div id="errorStatus" style="float:right; width: 400px">
         <fieldset class="padded stream-setting-global">
-        <legend>Status</legend>
+        <legend><?php echo _("Status")?></legend>
         <?php foreach ($this->errorStatus as $k=>$v) {?>
         <div class='stream-status <?php echo ($v == 'OK')? 'status-good' : 'status-error' ?>'><h3><?php echo $k?>: <?php echo $v?></h3></div>
         <?php }?>