diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-10 20:30:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-10 20:30:45 +0000 |
commit | 6c4f7f1bb64eae40de187c78690426bbd4541515 (patch) | |
tree | 8f12a63684f31d4326090ef64146ecd3484e2e5d /web/index.cgi | |
parent | 73c9ca597e083354d0ea9843ebea319096ce5111 (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-x | web/index.cgi | 2 |
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 = ( |