aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/request_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb
index d3183f273..9ddfa9090 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: request_controller.rb,v 1.121 2008-10-16 14:27:06 francis Exp $
+# $Id: request_controller.rb,v 1.122 2008-10-16 14:33:17 francis Exp $
class RequestController < ApplicationController
@@ -259,7 +259,7 @@ class RequestController < ApplicationController
flash[:notice] = "Oh no! Sorry to hear that your request was rejected. Here is what to do now."
redirect_to unhappy_url
elsif @info_request.calculate_status == 'successful'
- flash[:notice] = "<p>We're glad you got all the information that you wanted. Thank you for using WhatDoTheyKnow.</p><p><a href=\"http://www.mysociety.org/donate/\">Make a donation</a> to the charity which runs this website.</p>"
+ flash[:notice] = "<p>We're glad you got all the information that you wanted. If you write about or make use of the information, please come back and add an annotation below saying what you did.</p><p>If you found WhatDoTheyKnow useful, <a href=\"http://www.mysociety.org/donate/\">make a donation</a> to the charity which runs it.</p>"
# XXX quiz them here for a comment
redirect_to request_url(@info_request)
elsif @info_request.calculate_status == 'partially_successful'