From ce0984e102f5ce7d07277425595dad74193d4528 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 17 Oct 2014 16:23:07 +0200 Subject: Fix i18n --- app/views/configure/archiving.phtml | 19 ++++++++++++------- app/views/user/manage.phtml | 4 +++- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'app/views') diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml index 8f424c126..f469d343c 100644 --- a/app/views/configure/archiving.phtml +++ b/app/views/configure/archiving.phtml @@ -58,20 +58,25 @@
-

+
-

nb_total)), ' — ', formatBytes($this->size_user); ?>

- - - + nb_total), formatBytes($this->size_user)); ?>
-

+
-

size_total); ?>

+ size_total); ?> +
+
+ +
+
+ + +
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index 65e60add5..89c91e06c 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -64,7 +64,9 @@ -

nb_articles)), ', ', formatBytes($this->size_user); ?>

+

nb_articles), + formatBytes($this->size_user)); ?>

-- cgit v1.2.3