# HG changeset patch # User Chris Cannam # Date 1292324585 0 # Node ID b9c2324779f6f39f2de3bda2bd8aea7130289d02 # Parent 11328a082ef3347462170ecce129aa8dcdf58c77 * Some textual fixes diff -r 11328a082ef3 -r b9c2324779f6 config/locales/en-GB.yml --- a/config/locales/en-GB.yml Wed Dec 08 18:37:21 2010 +0000 +++ b/config/locales/en-GB.yml Tue Dec 14 11:03:05 2010 +0000 @@ -837,7 +837,9 @@ 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 can not be changed.' + text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.
This will be used in all project-related URLs, and as the repository name. Once saved, the identifier can not be changed.' + 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_caracters_maximum: "{{count}} characters maximum." text_caracters_minimum: "Must be at least {{count}} characters long." text_length_between: "Length between {{min}} and {{max}} characters." diff -r 11328a082ef3 -r b9c2324779f6 config/locales/en.yml --- a/config/locales/en.yml Wed Dec 08 18:37:21 2010 +0000 +++ b/config/locales/en.yml Tue Dec 14 11:03:05 2010 +0000 @@ -865,11 +865,11 @@ text_tip_issue_begin_day: issue beginning this day text_tip_issue_end_day: issue ending this day text_tip_issue_begin_end_day: issue beginning and ending this day - text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.
This will be used in all project-related URLs, such as the repository name. Once saved, the identifier can not be changed.' - text_project_name_info: "This 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 this site's users you add as project members." + text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.
This will be used in all project-related URLs, and as the repository name. Once saved, the identifier can not be changed.' + 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_homepage_info: 'Link to an external project page.' - text_user_ssamr_description_info: 'Description of you interests and experience as a Researcher/Developer in the field of Audio and Music.' + text_user_ssamr_description_info: 'Description of your interests and experience as a Researcher/Developer in the field of Audio and Music.' text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.' text_caracters_maximum: "{{count}} characters maximum." text_caracters_minimum: "Must be at least {{count}} characters long."