-<%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %>
+<%= t '.hi', :to_user => @to_user %>
-<%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @title %>
+<%= t '.header', :from_user => @from_user, :subject => @title %>
==
-<%= raw @text %>
+<%= raw @text.to_text %>
==
-<%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>
+<%= t '.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>