diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 20:50:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 20:50:24 +0000 |
commit | 2d41451cda490536e4012a1b7a5e4ce49d3a175e (patch) | |
tree | 9da746b258ae936262c9e6fb9891138017cffebf /perllib/FixMyStreet/DB/Result/Problem.pm | |
parent | 2e697be14d06a9ef1bfe0bdb97b7820fb04d45c2 (diff) |
Add 'below' to fix #244, rearrange note slightly to be in better place.
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 7ceabf1da..d0867c5ca 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -329,7 +329,7 @@ sub check_for_errors { || $self->name =~ m/\ba\s*n+on+((y|o)mo?u?s)?(ly)?\b/i ) { $errors{name} = _( -'Please enter your full name, councils need this information - if you do not wish your name to be shown on the site, untick the box' +'Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below' ); } |