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/error | |
| parent | a84e9e50bfe17ab1c84ff22ec7accdfd0b9a76db (diff) | |
Fix french i18n for last views
Diffstat (limited to 'app/views/error')
| -rw-r--r-- | app/views/error/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/error/index.phtml b/app/views/error/index.phtml index 5e1949800..fe3abf8c4 100644 --- a/app/views/error/index.phtml +++ b/app/views/error/index.phtml @@ -3,7 +3,7 @@ <h1 class="alert-head"><?php echo $this->code; ?></h1> <p> <?php echo $this->errorMessage; ?><br /> - <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> </p> </div> </div> |
