diff options
author | francis <francis> | 2008-03-10 19:33:54 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-10 19:33:54 +0000 |
commit | 962faaf7d03b93cd9ff89f02f0ca5e2844094797 (patch) | |
tree | 870accb0f7b4d31ce32d0a95a99e148f5e8c4783 | |
parent | 0a66b6628f6fab4e05ae744804d728bf16a9425c (diff) |
Better help text
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml index a2b2cdd28..24322d3ea 100644 --- a/app/views/admin_public_body/_form.rhtml +++ b/app/views/admin_public_body/_form.rhtml @@ -3,7 +3,7 @@ <!--[form:public_body]--> <p><label for="public_body_name">Name</label><br/> <%= text_field 'public_body', 'name', :size => 60 %></p> -<p><label for="public_body_short_name">Short name (also used to make URL, leave blank for same as name. Don't worry about breaking URLs through renaming, as the history is used to redirect)</label><br/> +<p><label for="public_body_short_name">Short name (only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL - don't worry about breaking URLs through renaming, as the history is used to redirect)</label><br/> <%= text_field 'public_body', 'short_name', :size => 60 %></p> <p><label for="public_body_tag_string">Tags (space separated: <% for category, description in PublicBody.categories_by_tag %> |