Merge pull request #7450 from owncloud/rename-advanced

Installation: relabel 'Advanced' to more descriptive 'Storage & database'
remotes/origin/ldap_group_count
Raghu Nayyar 2014-02-27 16:56:28 +07:00
commit 832f6e4e42
1 changed files with 1 additions and 1 deletions

@ -67,7 +67,7 @@
<?php if(!$_['directoryIsSet'] OR !$_['dbIsSet'] OR count($_['errors']) > 0): ?>
<fieldset id="advancedHeader">
<legend><a id="showAdvanced"><?php p($l->t( 'Advanced' )); ?> <img class="svg" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a></legend>
<legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img class="svg" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a></legend>
</fieldset>
<?php endif; ?>