# HG changeset patch # User Chris Cannam # Date 1328017249 0 # Node ID bbe339e5eba11b378a9c2b65be12691df82c1b29 # Parent cb27dd527bd322645ba17cc6c8bdf498311fbdf1 Clarify some new-project descriptive texts diff -r cb27dd527bd3 -r bbe339e5eba1 app/views/projects/_form.rhtml --- a/app/views/projects/_form.rhtml Tue Jan 31 12:49:46 2012 +0000 +++ b/app/views/projects/_form.rhtml Tue Jan 31 13:40:49 2012 +0000 @@ -15,7 +15,7 @@

<%= f.text_field :identifier, :required => true, :size => 60, :disabled => @project.identifier_frozen? %> <% unless @project.identifier_frozen? %>
- <%= l(:text_length_between, :min => 1, :max => Project::IDENTIFIER_MAX_LENGTH) %> <%= l(:text_project_identifier_info) %> + <%= l(:text_project_identifier_info) %> <% end %>

<%= f.text_field :homepage, :size => 60 %>
diff -r cb27dd527bd3 -r bbe339e5eba1 config/locales/en.yml --- a/config/locales/en.yml Tue Jan 31 12:49:46 2012 +0000 +++ b/config/locales/en.yml Tue Jan 31 13:40:49 2012 +0000 @@ -941,13 +941,13 @@ text_tip_issue_begin_day: task beginning this day text_tip_issue_end_day: task ending this day text_tip_issue_begin_end_day: task beginning and ending this day - text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.
Once saved, the identifier cannot be changed.' - text_project_homepage_info: 'Link to an external project page.' + text_project_identifier_info: 'The system identifier that will form the unique part of the URL for your project.
Only lower case letters (a-z), numbers and dashes are allowed.
Once saved, the identifier cannot be changed.' + text_project_homepage_info: 'Optional link to an external project page.' text_caracters_maximum: "%{count} characters maximum." text_caracters_minimum: "Must be at least %{count} characters long." text_length_between: "Length between %{min} and %{max} characters." - text_project_name_info: "This will be the name of your project throughout this site.
You can change your project's name at any time, in the project's settings." - text_project_visibility_info: "If your project is not public, it will only be visible to users that you have added as project members." + text_project_name_info: "This will be the name of your project as it appears throughout this site.
You can change it at any time, in the project's settings." + text_project_visibility_info: "If your project is not public, it will be visible only to you and to users that you have added as project members.
You can change this later if you wish." text_user_ssamr_description_info: 'Please describe your current research or development interests.
This information will be used at registration to determine that you are a real person – so please be descriptive, or your application may be delayed or rejected.
After registration, the description is publicly visible in your profile and you can edit it at any time.' text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.'