summaryrefslogtreecommitdiff
path: root/app/views/helpers/rss.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-05-05 12:58:27 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-05-05 12:58:27 +0200
commit99e8fc0ad67bf7ff14f53fd141fe57b96a107648 (patch)
tree78b07eaa7fdc9bde1bf2ecd11e65f22afdcc8944 /app/views/helpers/rss.phtml
parent23dd73ddeec2473c3e8a3c517317e074ac53a1d8 (diff)
parent22e9fb02f838e2b6ac8c5dd504fad0446c5807dc (diff)
Merge branch 'dev' into releases
Diffstat (limited to 'app/views/helpers/rss.phtml')
-rwxr-xr-xapp/views/helpers/rss.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/rss.phtml b/app/views/helpers/rss.phtml
index 1aa0ac44a..83de6de2e 100755
--- a/app/views/helpers/rss.phtml
+++ b/app/views/helpers/rss.phtml
@@ -3,7 +3,7 @@
<channel>
<title><?php echo View::title(); ?></title>
<link><?php echo Url::display(); ?></link>
- <description>Flux RSS de <?php echo View::title(); ?></description>
+ <description><?php echo Translate::t ('rss_feeds_of', View::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 _url ('index', 'index', 'output', 'rss'); ?>" rel="self" type="application/rss+xml" />