diff options
| author | 2014-12-11 00:25:02 +0100 | |
|---|---|---|
| committer | 2014-12-11 00:25:02 +0100 | |
| commit | 57bffe83eb396580d08633af93d6cd10a443bf09 (patch) | |
| tree | 5ea391cbb5f782d584102eb3a90a4182137f7dbf /app/views/index/rss.phtml | |
| parent | d455837c6d6e3ad3d64d06f40c947c93fc4e2086 (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/rss.phtml')
| -rwxr-xr-x | app/views/index/rss.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/rss.phtml b/app/views/index/rss.phtml index e34b15ab1..86074517c 100755 --- a/app/views/index/rss.phtml +++ b/app/views/index/rss.phtml @@ -3,7 +3,7 @@ <channel> <title><?php echo $this->rss_title; ?></title> <link><?php echo Minz_Url::display(null, 'html', true); ?></link> - <description><?php echo _t('rss_feeds_of', $this->rss_title); ?></description> + <description><?php echo _t('index.feed.rss_of', $this->rss_title); ?></description> <pubDate><?php echo date('D, d M Y H:i:s O'); ?></pubDate> <lastBuildDate><?php echo gmdate('D, d M Y H:i:s'); ?> GMT</lastBuildDate> <atom:link href="<?php echo Minz_Url::display($this->url, 'html', true); ?>" rel="self" type="application/rss+xml" /> |
