]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset_comments/_comments.rss.builder
Merge remote-tracking branch 'upstream/pull/2050'
[rails.git] / app / views / changeset_comments / _comments.rss.builder
index 5c683c86d8ec224fe42ddd6d1bd5d5dc16e019ed..8848b9a80ddc8328de356936fe8bd9936cea441f 100644 (file)
@@ -1,6 +1,6 @@
 comments.each do |comment|
   xml.item do
-    xml.title t("changeset.rss.comment", :author => comment.author.display_name, :changeset_id => comment.changeset.id.to_s)
+    xml.title t(".comment", :author => comment.author.display_name, :changeset_id => comment.changeset.id.to_s)
 
     xml.link url_for(:controller => "browse", :action => "changeset", :id => comment.changeset.id, :anchor => "c#{comment.id}", :only_path => false)
     xml.guid url_for(:controller => "browse", :action => "changeset", :id => comment.changeset.id, :anchor => "c#{comment.id}", :only_path => false)