CC-1960: Internationalize Airtime / Support translations

-addded gettext wrapper to string missing it
This commit is contained in:
denise 2012-11-27 12:10:32 -05:00
parent f86cd7d474
commit 36c6edcff1
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
</dt>
<dd id="stationURL-element" class="clearfix">
<?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()) : ?>
<ul class='errors'>
<?php foreach($this->element->getElement('url')->getMessages() as $error): ?>