diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-22 13:39:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-22 13:39:45 +0000 |
commit | f5120d4ce3035db04a55df645a8466fd3417a7d7 (patch) | |
tree | 234c747f186899b23c3884e2fc95320213b3a17b | |
parent | 2be1b4661b354947bba7aef507d4c60485ccc2b5 (diff) |
Missing string translation.
-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 2eabf703e..e9493a409 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -672,7 +672,7 @@ name if you give us permission.'), $council_list); . '|' . join(',', @missing) . '">'; } else { my $e = Cobrand::contact_email($cobrand); - my $list = join(' or ', map { $_->{name} } values %$all_councils); + my $list = join(_(' or '), map { $_->{name} } values %$all_councils); my $n = scalar keys %$all_councils; if ($q->{site} ne 'emptyhomes') { $vars{text_help} = '<p>'; |