diff options
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 446494c934b..96d26a933be 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -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> |