diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 15:53:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 15:53:45 +0100 |
commit | c4bc439991b5edbe4b177c07d7e9f99bbffb34e1 (patch) | |
tree | df22dda9f4a9a1f1392314a00d1143613544f59d /perllib | |
parent | ff6b2a8205a113310f8ab628043d19691c759dbc (diff) |
Fix copy to match behaviour, fixes #326.
Diffstat (limited to 'perllib')
-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 3355a07f3..ad8f9bcae 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -546,7 +546,7 @@ sub meta_line { } - $meta .= '; <strong>' . _('the map was not used so pin location may be inaccurate') . '</strong>' + $meta .= '; <strong>' . _('there is no pin shown as the user did not use the map') . '</strong>' unless $problem->used_map; return $meta; |