aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-02-27 18:58:37 +0000
committerfrancis <francis>2009-02-27 18:58:37 +0000
commit5161e6b3d05e5d7879583439d6eca1a9b36d357a (patch)
tree1a972283b5848f7268f7f1305d9fc31677ed5855
parent78c244b5343593ef240e1806c3af1695723299ff (diff)
More accurate wording, as can be on say "successful" page.
-rw-r--r--app/views/request/list.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/list.rhtml b/app/views/request/list.rhtml
index 102627e59..8a98e4848 100644
--- a/app/views/request/list.rhtml
+++ b/app/views/request/list.rhtml
@@ -19,7 +19,7 @@
<% end %>
<% if @xapian_object.results.empty? %>
- <p>No requests made yet.</p>
+ <p>No requests of this sort yet.</p>
<% else %>
<% for result in @xapian_object.results %>
<% if result[:model].class.to_s == 'InfoRequestEvent' %>