Fix up translation issues in diary comment notifier.

This commit is contained in:
Tom Hughes 2009-06-02 08:25:00 +00:00
parent 1be7bb8a04
commit 35eeff0081
8 changed files with 14 additions and 14 deletions

View file

@ -72,7 +72,7 @@ class Notifier < ActionMailer::Base
body :to_user => comment.diary_entry.user.display_name,
:from_user => comment.user.display_name,
:body => comment.body,
:subject => comment.diary_entry.title,
:title => comment.diary_entry.title,
:readurl => url_for(:host => SERVER_URL,
:controller => "diary_entry",
:action => "view",