Fixing broken urls
This commit is contained in:
parent
116730803e
commit
7f6a2e3481
38 changed files with 45 additions and 45 deletions
|
@ -477,7 +477,7 @@ final class LocaleController extends Zend_Controller_Action
|
|||
"Disabled" => _("Disabled"),
|
||||
"Cancel upload" => _("Cancel upload"),
|
||||
"Type" => _("Type"),
|
||||
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>" => _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"),
|
||||
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>" => _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>"),
|
||||
"Podcast settings saved" => _("Podcast settings saved"),
|
||||
"Are you sure you want to delete this user?" => _("Are you sure you want to delete this user?"),
|
||||
"Can't delete yourself!" => _("Can't delete yourself!"),
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</dd>
|
||||
|
||||
<div id="add_show_playlist_dropdown">
|
||||
<p><?php echo _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"); ?></p>
|
||||
<p><?php echo _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>"); ?></p>
|
||||
<dt id="add_show_autoplaylist_id">
|
||||
<label for="add_show_autoplaylist_id" class="required">
|
||||
<?php echo $this->element->getElement('add_show_autoplaylist_id')->getLabel()?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue