diff options
author | francis <francis> | 2008-11-06 14:38:07 +0000 |
---|---|---|
committer | francis <francis> | 2008-11-06 14:38:07 +0000 |
commit | 86eb50e0acf8108cf0f3c6f9f2518e161af25536 (patch) | |
tree | 32d01f16ecb4a6a8fd6d6846b4002cce78fa2027 | |
parent | 03cd382933658adfa94584d461f824051cd0f02f (diff) |
Slightly clearer wording.
-rw-r--r-- | app/views/general/search.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml index 54c680ade..5d2e82826 100644 --- a/app/views/general/search.rhtml +++ b/app/views/general/search.rhtml @@ -130,7 +130,7 @@ <tr><td><strong><%=search_link('status:successful')%></strong></td><td> All of the information requested has been received </td></tr> <tr><td><strong><%=search_link('status:waiting_clarification')%></strong></td><td> The public authority would like part of the request explained </td></tr> <tr><td><strong><%=search_link('status:gone_postal')%></strong></td><td> The public authority would like to / has responded by post </td></tr> - <tr><td><strong><%=search_link('status:internal_review')%></strong></td><td> Waiting for the public authority to complete an internal review of the request</td></tr> + <tr><td><strong><%=search_link('status:internal_review')%></strong></td><td> Waiting for the public authority to complete an internal review of their handling of the request</td></tr> <tr><td><strong><%=search_link('status:requires_admin')%></strong></td><td> A strange reponse, required attention by the WhatDoTheyKnow team </td></tr> </table> <% end %> |