aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_stats.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-10 22:32:55 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-10 22:32:55 +0100
commitc1b48c4bc015e267f1e28693dfa0a25bf33332b5 (patch)
tree7d43288d5f0354f3da8346f8dc2238bdee4a7005 /app/layout/aside_stats.phtml
parent7dee863577aff2103277e08bf6db2f8e16b029a7 (diff)
Fix i18n for aside_stats
Diffstat (limited to 'app/layout/aside_stats.phtml')
-rw-r--r--app/layout/aside_stats.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/layout/aside_stats.phtml b/app/layout/aside_stats.phtml
index 1cd31a99c..559087df1 100644
--- a/app/layout/aside_stats.phtml
+++ b/app/layout/aside_stats.phtml
@@ -1,12 +1,12 @@
<ul class="nav nav-list aside">
- <li class="nav-header"><?php echo _t('stats'); ?></li>
+ <li class="nav-header"><?php echo _t('admin.stats'); ?></li>
<li class="item<?php echo Minz_Request::actionName() == 'index' ? ' active' : ''; ?>">
- <a href="<?php echo _url('stats', 'index'); ?>"><?php echo _t('stats_main'); ?></a>
+ <a href="<?php echo _url('stats', 'index'); ?>"><?php echo _t('admin.stats.main'); ?></a>
</li>
<li class="item<?php echo Minz_Request::actionName() == 'idle' ? ' active' : ''; ?>">
- <a href="<?php echo _url('stats', 'idle'); ?>"><?php echo _t('stats_idle'); ?></a>
+ <a href="<?php echo _url('stats', 'idle'); ?>"><?php echo _t('admin.stats.idle'); ?></a>
</li>
<li class="item<?php echo Minz_Request::actionName() == 'repartition' ? ' active' : ''; ?>">
- <a href="<?php echo _url('stats', 'repartition'); ?>"><?php echo _t('stats_repartition'); ?></a>
+ <a href="<?php echo _url('stats', 'repartition'); ?>"><?php echo _t('admin.stats.repartition'); ?></a>
</li>
</ul>