aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-08-26 00:47:33 +0000
committerfrancis <francis>2009-08-26 00:47:33 +0000
commit301d10958f8ce43a4eb948d4b00f5a2a931969c2 (patch)
tree69ff9f9dbf49260f47d37697b499e8d934419a54
parent3e1a49796ce3a9b322b90fcedeeffed3191f9dd3 (diff)
Slightly clearer.
-rw-r--r--app/views/admin_public_body/_one_list.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_public_body/_one_list.rhtml b/app/views/admin_public_body/_one_list.rhtml
index 3fb7ce284..2797ba1eb 100644
--- a/app/views/admin_public_body/_one_list.rhtml
+++ b/app/views/admin_public_body/_one_list.rhtml
@@ -22,7 +22,7 @@
<%= text_field_tag 'new_tag', params[:new_tag], { :size => 15, :id => "mass_add_tag_new_tag_" + table_name } %>
<%= hidden_field_tag(:query, params[:query], { :id => "mass_add_tag_query_" + table_name } ) %>
<%= hidden_field_tag(:table_name, table_name, { :id => "mass_add_tag_table_name_" + table_name } ) %>
- <%= submit_tag "Add tag to all" %> (in table just above)
+ <%= submit_tag "Add tag to all" %> (in every page of table just above)
</p>
<% end %>