From b172995023ea90bac0bb534f8f185fa435f8aefd Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Wed, 6 Jul 2011 13:22:45 +0100 Subject: Changes required to get selishta (Kosovo) fork merges to pass tests. Includes new "REPLY_LATE_AFTER_DAYS" config option. --- app/controllers/comment_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/comment_controller.rb') diff --git a/app/controllers/comment_controller.rb b/app/controllers/comment_controller.rb index 0bba0cfb8..86d5b0a06 100644 --- a/app/controllers/comment_controller.rb +++ b/app/controllers/comment_controller.rb @@ -54,7 +54,7 @@ class CommentController < ApplicationController if authenticated?( :web => _("To post your annotation"), :email => _("Then your annotation to {{info_request_title}} will be posted.",:info_request_title=>@info_request.title), - :email_subject => _("Confirm your annotation to {{info_request_title}}",:info_request.title=>@info_request.title) + :email_subject => _("Confirm your annotation to {{info_request_title}}",:info_request_title=>@info_request.title) ) # Also subscribe to track for this request, so they get updates -- cgit v1.2.3