diff options
| author | 2014-10-17 16:23:07 +0200 | |
|---|---|---|
| committer | 2014-10-17 16:24:21 +0200 | |
| commit | ce0984e102f5ce7d07277425595dad74193d4528 (patch) | |
| tree | 0d4e736f13c9e3aa122348ffb06eed9b388b7c75 /app/views/user | |
| parent | 74be86d7e817bcccdc0052c54fefdc8379d9fe7f (diff) | |
Fix i18n
Diffstat (limited to 'app/views/user')
| -rw-r--r-- | app/views/user/manage.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <?php } ?> </select> - <p><?php echo _t('articles', formatNumber($this->nb_articles)), ', ', formatBytes($this->size_user); ?></p> + <p><?php echo _t('admin.users.articles_and_size', + formatNumber($this->nb_articles), + formatBytes($this->size_user)); ?></p> </div> </div> |
