Replaced Gibberish by Rails 2.2+ I18n
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
xml.instruct! :xml, :version=>"1.0"
|
||||
xml.rss(:version=>"2.0") do
|
||||
xml.channel do
|
||||
xml.title("#{App.title} - " + "News"[].titleize)
|
||||
xml.title("#{App.title} - " + I18n.t(:news).titleize)
|
||||
xml.link(dashboard_url)
|
||||
xml.language(App.language)
|
||||
xml.description("{app} news"[:news_about, App.title])
|
||||
|
||||
Reference in New Issue
Block a user