diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-14 21:52:16 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-14 21:52:16 +0000 |
commit | 91859b4f7df490001df3a54067fc01929cb0490f (patch) | |
tree | b6b36117e2e30d80f926e40aea7f3723b61ae4df /t/app/model/problem.t | |
parent | f66b805206f7e28d96161fa9abc077c0a9d60b2c (diff) | |
parent | 491d21469a34b028c00eed7a0f26ff7f3725dcb0 (diff) |
Merge remote-tracking branch 'origin/master' into phonegap
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r-- | t/app/model/problem.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t index ad42c5fdf..638e89200 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -56,7 +56,7 @@ for my $test ( title => 'Please enter a subject', detail => 'Please enter some details', council => 'No council selected', - 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', + 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 below', } }, { @@ -68,7 +68,7 @@ for my $test ( title => 'Please enter a subject', detail => 'Please enter some details', council => 'No council selected', - 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', + 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 below', } }, { |