diff options
author | matthew <matthew> | 2008-12-03 18:26:40 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-12-03 18:26:40 +0000 |
commit | 660da129fba269d83d40fe426858a2ba87ca0569 (patch) | |
tree | c245b70f3508e8d54953fcfba90f003ae250cd05 | |
parent | 6e48e444c6d1e96ca4805257ad83b87ddc4e0aab (diff) |
Text tweak.
-rwxr-xr-x | web/index.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi index c33adb2c5..ed603ce76 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.230 2008-12-03 18:01:49 matthew Exp $ +# $Id: index.cgi,v 1.231 2008-12-03 18:26:40 matthew Exp $ use strict; use Standard; @@ -787,7 +787,7 @@ EOF $list = $q->li(_('No problems have been reported yet.')) unless $list; $out .= $q->ul({-id => 'current'}, $list); - $out .= $q->h2({-id => 'closest_problems'}, sprintf(_('Other nearby problems <small>within %skm</small>'), $dist)); + $out .= $q->h2({-id => 'closest_problems'}, sprintf(_('Closest nearby problems <small>(within %skm)</small>'), $dist)); $list = ''; foreach (@$around_map) { $list .= '<li><a href="/report/' . $_->{id} . '">'; |