external storage: change confusing 'applicable' to 'available for'

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 13 years ago
parent c45793033d
commit 0a112de676
  1. 2
      apps/files_external/templates/settings.php

@ -9,7 +9,7 @@
<th><?php p($l->t('External storage')); ?></th> <th><?php p($l->t('External storage')); ?></th>
<th><?php p($l->t('Configuration')); ?></th> <th><?php p($l->t('Configuration')); ?></th>
<!--<th><?php p($l->t('Options')); ?></th> --> <!--<th><?php p($l->t('Options')); ?></th> -->
<?php if ($_['isAdminPage']) print_unescaped('<th>'.$l->t('Applicable').'</th>'); ?> <?php if ($_['isAdminPage']) print_unescaped('<th>'.$l->t('Available for').'</th>'); ?>
<th>&nbsp;</th> <th>&nbsp;</th>
</tr> </tr>
</thead> </thead>

Loading…
Cancel
Save