From 6e60b6ee7c3245a2cb311febcde67b666d9b6dc9 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 11 Dec 2015 14:26:26 +0100 Subject: [PATCH] shorten quota usage wording, fix overflow on mobile, fix #21129 --- settings/templates/personal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 446494c934..96d26a933b 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -58,7 +58,7 @@
80): ?> class="quota-warning" >

- t('You have used %s of the available %s', + t('You are using %s of %s', array($_['usage'], $_['total_space'])));?>