diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-17 14:16:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-17 14:16:38 +0000 |
commit | 00e5af6e2203c27239bb52027c99724af228797f (patch) | |
tree | 7378443aa10b53d3179e8600a0c9f2b744b95396 /bin/send-reports | |
parent | b7d59e3bc623f39dce85cdc8d3c7fe5f753fbf27 (diff) |
Typo.
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index 57a9ab300..ce3ea5912 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -189,7 +189,7 @@ foreach my $row (@$unsent) { my $name = encode_utf8($areas_info->{$missing}->{name}); $h{missing} = '[ ' . sprintf(_('We realise this problem might be the responsibility of %s; however, we don\'t currently have any contact details for them. If you know of an appropriate contact address, please do get in touch.'), $name) - . ' ]\n\n"; + . " ]\n\n"; } } |