CC-1960: Internationalize Airtime / Support translations
-addded gettext wrapper to string missing it
This commit is contained in:
parent
f86cd7d474
commit
36c6edcff1
|
@ -138,7 +138,7 @@
|
||||||
</dt>
|
</dt>
|
||||||
<dd id="stationURL-element" class="clearfix">
|
<dd id="stationURL-element" class="clearfix">
|
||||||
<?php echo $this->element->getElement('url')?>
|
<?php echo $this->element->getElement('url')?>
|
||||||
<span class="info-text-small">(Your radio station website)</span>
|
<span class="info-text-small"><?php echo _("(Your radio station website)")?></span>
|
||||||
<?php if($this->element->getElement('url')->hasErrors()) : ?>
|
<?php if($this->element->getElement('url')->hasErrors()) : ?>
|
||||||
<ul class='errors'>
|
<ul class='errors'>
|
||||||
<?php foreach($this->element->getElement('url')->getMessages() as $error): ?>
|
<?php foreach($this->element->getElement('url')->getMessages() as $error): ?>
|
||||||
|
|
Loading…
Reference in New Issue