]> source.dussan.org Git - nextcloud-server.git/commitdiff
external storage: change confusing 'applicable' to 'available for'
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 1 Apr 2014 12:26:06 +0000 (14:26 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 1 Apr 2014 12:26:06 +0000 (14:26 +0200)
apps/files_external/templates/settings.php

index a2bdbcf4632bcd461c00560b6e19e1c195962c64..28836ed5b53b76076b9d8ea2dde2b0f517e3ec93 100644 (file)
@@ -9,7 +9,7 @@
                                <th><?php p($l->t('External storage')); ?></th>
                                <th><?php p($l->t('Configuration')); ?></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>
                        </tr>
                </thead>