]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/georss.rss.builder
Merge remote-tracking branch 'upstream/pull/1850'
[rails.git] / app / views / trace / georss.rss.builder
index 8470e85cbedb234fc10b1fa0b25604c1504314ce..984284174bb66994f48bd61d000fb62b7b8273f4 100644 (file)
@@ -5,8 +5,8 @@ xml.rss("version" => "2.0",
         "xmlns:geo" => "http://www.w3.org/2003/01/geo/wgs84_pos#",
         "xmlns:georss" => "http://www.georss.org/georss") do
   xml.channel do
-    xml.title t("trace.georss.title")
-    xml.description t("trace.georss.title")
+    xml.title t(".title")
+    xml.description t(".title")
     xml.link url_for(:controller => :trace, :action => :list, :only_path => false)
 
     xml.image do