summaryrefslogtreecommitdiffstats
path: root/app/views/feeds/news.rxml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-21 12:31:16 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-21 12:31:16 +0000
commit4ccbc65628efd10cb83ddcc884dc0a4aba3e0b92 (patch)
treee0a3f076cb67fd9aca7c79139ae225f7625a4f3d /app/views/feeds/news.rxml
parent9a2753931bd4dcf30d6de995d1943d374ebb877d (diff)
downloadredmine-4ccbc65628efd10cb83ddcc884dc0a4aba3e0b92.tar.gz
redmine-4ccbc65628efd10cb83ddcc884dc0a4aba3e0b92.zip
added translated strings for settings view
git-svn-id: http://redmine.rubyforge.org/svn/trunk@169 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/feeds/news.rxml')
-rw-r--r--app/views/feeds/news.rxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/feeds/news.rxml b/app/views/feeds/news.rxml
index 41fb0cade..67c358d8d 100644
--- a/app/views/feeds/news.rxml
+++ b/app/views/feeds/news.rxml
@@ -1,7 +1,7 @@
xml.instruct!
xml.rss "version" => "2.0", "xmlns:dc" => "http://purl.org/dc/elements/1.1/" do
xml.channel do
- xml.title "#{Setting.header_title}: #{l(:label_news_latest)}"
+ xml.title "#{Setting.app_title}: #{l(:label_news_latest)}"
xml.link url_for(:controller => '', :only_path => false)
xml.pubDate CGI.rfc1123_date(@news.first.created_on)
xml.description l(:label_news_latest)