diff options
author | matthew <matthew> | 2007-03-21 22:41:48 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-03-21 22:41:48 +0000 |
commit | 7b736eaad8ca6f599707a34c6ea13d5c9a9e9157 (patch) | |
tree | 1da8a7843130436d31e9b37612da089448208975 /bin/send-reports | |
parent | 993ce7959e6af76a41133112d53b6e4ce874b535 (diff) |
Text tweak; don't say we're sending it to a council if we're not!
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/send-reports b/bin/send-reports index 9b94b04d2..bd72c3c5b 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-reports,v 1.27 2007-03-21 21:59:35 matthew Exp $ +# $Id: send-reports,v 1.28 2007-03-21 22:41:48 matthew Exp $ use strict; require 5.8.0; @@ -98,9 +98,9 @@ foreach my $row (@$unsent) { $h{missing} = ''; if ($missing) { my $name = $areas_info->{$missing}->{name}; - $h{missing} = 'We realise this problem might be the responsibility of ' . $name - . "; however, we don't have any contact details for them. If you know of an - appropriate contact address, please get in touch.\n\n"; + $h{missing} = 'We realise this problem might be the responsibility of ' . $name + . "; however, we don't currently have any contact details for them. +If you know of an appropriate contact address, please do get in touch.\n\n"; } $h{closest_address} = ''; |