diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-22 14:58:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-22 14:58:53 +0000 |
commit | 3c97d45cb1a3803e74c43ef3eca3beb4a5d3ed23 (patch) | |
tree | 6d91bac5ea1786e100af9be3fe0cbaf6a1cac78e | |
parent | 6944265ccee3e9d7a1a4f1e6b2a26f005021ab5e (diff) |
Missed another ' or '.
-rwxr-xr-x | web/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index 7e177e0a2..07cb74f6b 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -638,7 +638,7 @@ If this is not the correct location, simply click on the map again. ')); $vars{page_heading} = $q->h1(_('Reporting a problem')); if ($details eq 'all') { - my $council_list = join('</strong> or <strong>', map { $_->{name} } values %$all_councils); + my $council_list = join('</strong>' . _(' or ') . '<strong>', map { $_->{name} } values %$all_councils); if ($q->{site} eq 'emptyhomes'){ $vars{text_help} = '<p>' . sprintf(_('All the information you provide here will be sent to <strong>%s</strong>. On the site, we will show the subject and details of the problem, plus your |