diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-23 14:03:39 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-23 14:03:39 +0000 |
commit | 03a68ce5c9887e29dd64c6235c6ed9a3aea205bc (patch) | |
tree | a1e5e4f4e12f7ca1268eb2611aad8359037cff04 | |
parent | d0a6787231711aaee7bd44b1e52e74a7ba799060 (diff) |
Split intro text back again for translation purposes
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rwxr-xr-x | templates/web/fixmystreet/reports/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/reports/index.html b/templates/web/fixmystreet/reports/index.html index 8e7078e1f..633e96022 100755 --- a/templates/web/fixmystreet/reports/index.html +++ b/templates/web/fixmystreet/reports/index.html @@ -3,7 +3,7 @@ <h1>[% loc('All Reports') %]</h1> <div class="intro"> - <p>[% loc('This is a summary of all reports on this site; select a particular council to see the reports sent there. Greyed-out lines are councils that no longer exist.') %]</p> + <p>[% loc('This is a summary of all reports on this site; select a particular council to see the reports sent there.') %][% loc('Greyed-out lines are councils that no longer exist.') %]</p> </div> <table cellpadding="3" cellspacing="1" border="0"> |