CC-4863: I18N:System -> Listener status: string is not translated

This commit is contained in:
denise 2013-05-14 11:50:01 -04:00
parent 4ee7724149
commit 2d09ba3a16
1 changed files with 1 additions and 1 deletions

View File

@ -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 }?>