]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_note.rss.builder
Fix a missing translation
[rails.git] / app / views / notes / _note.rss.builder
index 596b2f3c0fb2588b340f8d5fb0b44a8ca189a4f1..a095b636d9ed45a8bf907a7731f140597168e36f 100644 (file)
@@ -4,7 +4,7 @@ xml.item do
   if note.closed?
     xml.title t('note.rss.closed', :place => location)
   elsif note.comments.length > 1
-    xml.title t('note.rss.comment', :place => location)
+    xml.title t('note.rss.commented', :place => location)
   else
     xml.title t('note.rss.opened', :place => location)
   end