CC-2466 Manage Music Folders should be Manage Media Folder

-fixed
This commit is contained in:
james 2011-06-29 16:40:49 -04:00
parent a018466b80
commit f9f6296e2c
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ $pages = array(
'resource' => 'user'
),
array(
'label' => 'Manage Music Folders',
'label' => 'Manage Media Folders',
'module' => 'default',
'controller' => 'Preference',
'action' => 'directory-config'

View File

@ -43,7 +43,7 @@
<?php endforeach; ?>
<?php else: ?>
<dd class="block-display selected-item">
<span>You are not watching any music folders.</span>
<span>You are not watching any media folders.</span>
</dd>
<?php endif; ?>

View File

@ -1,4 +1,4 @@
<div id="watched-folder-section" class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong manage-folders">
<h2>Manage Music Folders</h2>
<h2>Manage Media Folders</h2>
<?php echo $this->form; ?>
</div>