aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-22 13:39:45 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-22 13:39:45 +0000
commitf5120d4ce3035db04a55df645a8466fd3417a7d7 (patch)
tree234c747f186899b23c3884e2fc95320213b3a17b
parent2be1b4661b354947bba7aef507d4c60485ccc2b5 (diff)
Missing string translation.
-rwxr-xr-xweb/index.cgi2
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>';