Revision 828:f31a4cea8c05

View differences:

app/views/projects/_form.rhtml
15 15
<p><%= f.text_field :identifier, :required => true, :size => 60, :disabled => @project.identifier_frozen? %>
16 16
<% unless @project.identifier_frozen? %>
17 17
  <br />
18
  <em><%= l(:text_length_between, :min => 1, :max => Project::IDENTIFIER_MAX_LENGTH) %> <%= l(:text_project_identifier_info) %></em>
18
  <em><%= l(:text_project_identifier_info) %></em>
19 19
<% end %></p>
20 20
<p><%= f.text_field :homepage, :size => 60 %>
21 21
<br />
config/locales/en.yml
941 941
  text_tip_issue_begin_day: task beginning this day
942 942
  text_tip_issue_end_day: task ending this day
943 943
  text_tip_issue_begin_end_day: task beginning and ending this day
944
  text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.'
945
  text_project_homepage_info: 'Link to an external project page.'
944
  text_project_identifier_info: 'The system identifier that will form the unique part of the URL for your project.<br/>Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.'
945
  text_project_homepage_info: 'Optional link to an external project page.'
946 946
  text_caracters_maximum: "%{count} characters maximum."
947 947
  text_caracters_minimum: "Must be at least %{count} characters long."
948 948
  text_length_between: "Length between %{min} and %{max} characters."
949
  text_project_name_info: "This will be the name of your project throughout this site.<br /> You can change your project's name at any time, in the project's settings."
950
  text_project_visibility_info: "If your project is not public, it will only be visible to users that you have added as project members."
949
  text_project_name_info: "This will be the name of your project as it appears throughout this site.<br /> You can change it at any time, in the project's settings."
950
  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.<br/>You can change this later if you wish."
951 951
  text_user_ssamr_description_info: 'Please describe your current research or development interests.<br/>This information will be used at registration to determine that you are a real person &ndash; so please be descriptive, or your application may be delayed or rejected.<br/>After registration, the description is publicly visible in your profile and you can edit it at any time.'
952 952
  text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.'
953 953

  

Also available in: Unified diff