diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-17 13:46:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-17 13:46:24 +0000 |
commit | b7d59e3bc623f39dce85cdc8d3c7fe5f753fbf27 (patch) | |
tree | 4a123c3006a5deadcb45ced44dc932d1e02df564 /bin/send-reports | |
parent | 426594a49a10b8c65b2b23b9952bb2866cace01b (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 429eb5cea..57a9ab300 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -188,7 +188,7 @@ foreach my $row (@$unsent) { if ($missing) { 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) + . 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"; } |