aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/comment_controller.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-07-06 13:22:45 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-07-06 13:22:45 +0100
commitb172995023ea90bac0bb534f8f185fa435f8aefd (patch)
treefee15d4f15f3df60f82ae6d4f8a5931bd35c2eeb /app/controllers/comment_controller.rb
parent732b3e5c430a83f72adb44dc621d48edb86f081f (diff)
Changes required to get selishta (Kosovo) fork merges to pass tests. Includes new "REPLY_LATE_AFTER_DAYS" config option.
Diffstat (limited to 'app/controllers/comment_controller.rb')
-rw-r--r--app/controllers/comment_controller.rb2
1 files changed, 1 insertions, 1 deletions
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