From 729b36e495dd753d304f5ad17c1b831bb27c4315 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Tue, 18 Sep 2012 21:31:03 +0000 Subject: [PATCH] Fix grammer and dont split translatable string --- settings/templates/personal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 4503f3d50b..55ff24b422 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -5,7 +5,7 @@ */?>
-

t('You use');?> t('of the available');?>

+

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

@@ -16,7 +16,7 @@
-
t('Your password got changed');?>
+
t('Your password was changed');?>
t('Unable to change your password');?>