diff options
| author | 2014-12-11 21:44:11 +0100 | |
|---|---|---|
| committer | 2014-12-11 21:44:25 +0100 | |
| commit | a1faa826bf04326a073b918f0ff76ac90c9acd31 (patch) | |
| tree | 48a82c71d1e683f0c10f85f6fdbda3896adcd703 /app/views/update/checkInstall.phtml | |
| parent | a84e9e50bfe17ab1c84ff22ec7accdfd0b9a76db (diff) | |
Fix french i18n for last views
Diffstat (limited to 'app/views/update/checkInstall.phtml')
| -rw-r--r-- | app/views/update/checkInstall.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/update/checkInstall.phtml b/app/views/update/checkInstall.phtml index b36551340..a92860c7e 100644 --- a/app/views/update/checkInstall.phtml +++ b/app/views/update/checkInstall.phtml @@ -1,7 +1,7 @@ <?php $this->partial('aside_configure'); ?> <div class="post"> - <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a> + <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('gen.action.back_to_rss_feeds'); ?></a> <h2><?php echo _t('admin.check_install.php'); ?></h2> |
