diff options
| author | 2014-01-22 19:06:46 -0500 | |
|---|---|---|
| committer | 2014-01-25 15:15:04 -0500 | |
| commit | e98ac32716dfe9343baa5bce7ad2c1e98c40540c (patch) | |
| tree | 82a42a588a60e6e7e450a037243ecb32dd632b82 /app/layout/aside_flux.phtml | |
| parent | 3ddffcfe5d0914e93e416c73d239f1555d508e9c (diff) | |
Ajout de statistiques de l'application
Conflicts:
app/i18n/en.php
app/i18n/fr.php
Diffstat (limited to 'app/layout/aside_flux.phtml')
| -rw-r--r-- | app/layout/aside_flux.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index f7d8b12b9..1e3211886 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -23,7 +23,7 @@ <div class="category all"> <a data-unread="<?php echo $this->nb_not_read; ?>" class="btn<?php echo $this->get_c == 'a' ? ' active' : ''; ?>" href="<?php echo Minz_Url::display($arUrl); ?>"> <?php echo FreshRSS_Themes::icon('all'); ?> - <?php echo Minz_Translate::t ('all_feeds'); ?> + <?php echo Minz_Translate::t ('main_stream'); ?> </a> </div> </li> |
