diff options
Diffstat (limited to 'web/alert.cgi')
-rwxr-xr-x | web/alert.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/alert.cgi b/web/alert.cgi index 0a8933083..8564737ab 100755 --- a/web/alert.cgi +++ b/web/alert.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: alert.cgi,v 1.32 2008-09-19 17:58:37 matthew Exp $ +# $Id: alert.cgi,v 1.33 2008-10-08 14:38:29 matthew Exp $ use strict; use Standard; @@ -265,7 +265,7 @@ sub alert_front_page { alerts for all problems within a particular ward or council, or all problems within a certain distance of a particular location.')); $out .= $errors . '<form method="get" action="/alert">'; - $out .= $q->p(_('To find out what local alerts we have for you, please enter your UK + $out .= $q->p(_('To find out what local alerts we have for you, please enter your GB postcode or street name and area:'), '<input type="text" name="pc" value="' . $input_h{pc} . '"> <input type="submit" value="Look up">'); $out .= '</form>'; |