aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.cgi
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-10 20:30:45 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-10 20:30:45 +0000
commit6c4f7f1bb64eae40de187c78690426bbd4541515 (patch)
tree8f12a63684f31d4326090ef64146ecd3484e2e5d /web/index.cgi
parent73c9ca597e083354d0ea9843ebea319096ce5111 (diff)
Get translatable string out of a string; update .po file with new strings from Petter and updates from code.
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-xweb/index.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.cgi b/web/index.cgi
index af89fc8cf..2b86c42ae 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -118,6 +118,8 @@ sub front_page {
my $cobrand_form_elements = Cobrand::form_elements($cobrand, 'postcodeForm', $q);
my $form_action = Cobrand::url($cobrand, '/', $q);
my $question = Cobrand::enter_postcode_text($cobrand, $q);
+ $question = _("Enter a nearby GB postcode, or street name and area:")
+ unless $question;
my %params = ('context' => 'front-page');
$params{status_code} = $status_code if $status_code;
my %vars = (