summaryrefslogtreecommitdiff
path: root/app/views/error/index.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 21:44:11 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 21:44:25 +0100
commita1faa826bf04326a073b918f0ff76ac90c9acd31 (patch)
tree48a82c71d1e683f0c10f85f6fdbda3896adcd703 /app/views/error/index.phtml
parenta84e9e50bfe17ab1c84ff22ec7accdfd0b9a76db (diff)
Fix french i18n for last views
Diffstat (limited to 'app/views/error/index.phtml')
-rw-r--r--app/views/error/index.phtml2
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>