summaryrefslogtreecommitdiff
path: root/app/views/index/normal.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 00:25:02 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 00:25:02 +0100
commit57bffe83eb396580d08633af93d6cd10a443bf09 (patch)
tree5ea391cbb5f782d584102eb3a90a4182137f7dbf /app/views/index/normal.phtml
parentd455837c6d6e3ad3d64d06f40c947c93fc4e2086 (diff)
Fix i18n for index Controller
Fix strings for: - about page - rss and reader views - fix title of global view
Diffstat (limited to 'app/views/index/normal.phtml')
-rw-r--r--app/views/index/normal.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index 62fb68931..e2963a9cc 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -187,7 +187,7 @@ if (!empty($this->entries)) {
<?php } else { ?>
<div id="stream" class="prompt alert alert-warn normal">
- <h2><?php echo _t('no_feed_to_display'); ?></h2>
- <a href="<?php echo _url('subscription', 'index'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br />
+ <h2><?php echo _t('index.feed.empty'); ?></h2>
+ <a href="<?php echo _url('subscription', 'index'); ?>"><?php echo _t('index.feed.add'); ?></a><br /><br />
</div>
<?php } ?>