shorten quota usage wording, fix overflow on mobile, fix #21129

This commit is contained in:
Jan-Christoph Borchardt 2015-12-11 14:26:26 +01:00
parent 9c4ab51735
commit 6e60b6ee7c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<div style="width:<?php p($_['usage_relative']);?>%"
<?php if($_['usage_relative'] > 80): ?> class="quota-warning" <?php endif; ?>>
<p id="quotatext">
<?php print_unescaped($l->t('You have used <strong>%s</strong> of the available <strong>%s</strong>',
<?php print_unescaped($l->t('You are using <strong>%s</strong> of <strong>%s</strong>',
array($_['usage'], $_['total_space'])));?>
</p>
</div>