diff options
author | francis <francis> | 2008-11-06 03:42:03 +0000 |
---|---|---|
committer | francis <francis> | 2008-11-06 03:42:03 +0000 |
commit | 03cd382933658adfa94584d461f824051cd0f02f (patch) | |
tree | 4373a3773f7a97d867a9917fbbd5e790fa216adf /app/controllers/request_controller.rb | |
parent | f1a2a5f272f4bb29cb12f11e709599bd2443b60e (diff) |
Better wording.
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index d123e0757..86cdb65b0 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.133 2008-11-05 18:19:46 francis Exp $ +# $Id: request_controller.rb,v 1.134 2008-11-06 03:42:03 francis Exp $ class RequestController < ApplicationController @@ -387,9 +387,9 @@ class RequestController < ApplicationController @outgoing_message.send_message @outgoing_message.save! if @outgoing_message.what_doing == 'internal_review' - flash[:notice] = "Your internal review request has been created and sent on its way." + flash[:notice] = "Your internal review request has been sent on its way." else - flash[:notice] = "Your follow up message has been created and sent on its way." + flash[:notice] = "Your follow up message has been sent on its way." end redirect_to request_url(@info_request) end |