Mercurial > hg > soundsoftware-site
changeset 126:11e93d30115a cannam
Make repo-to-be-created text a label string, and make it a bit more helpful
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jan 2011 12:41:34 +0000 |
parents | ca48d8b6f55d |
children | 32b5adec7422 |
files | app/views/projects/settings/_repository.rhtml config/locales/en-GB.yml config/locales/en.yml |
diffstat | 3 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/projects/settings/_repository.rhtml Tue Jan 18 17:22:18 2011 +0000 +++ b/app/views/projects/settings/_repository.rhtml Wed Jan 19 12:41:34 2011 +0000 @@ -7,7 +7,7 @@ <div class="box tabular"> <% if !@repository || !@repository.url %> -<ul><li>The repository for a project will normally be set up automatically within a few minutes of the project being created.</li></ul> +<ul><li><%= l(:text_settings_repo_creation) %></li></ul> <% end %> <p><%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %></p> <%= repository_field_tags(f, @repository) if @repository %>
--- a/config/locales/en-GB.yml Tue Jan 18 17:22:18 2011 +0000 +++ b/config/locales/en-GB.yml Wed Jan 19 12:41:34 2011 +0000 @@ -892,6 +892,7 @@ text_wiki_page_destroy_children: "Delete child pages and all their descendants" text_wiki_page_reassign_children: "Reassign child pages to this parent page" text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" + text_settings_repo_creation: The repository for a project should be set up automatically within a few minutes of the project being created.<br>You should not have to adjust any settings here; please check again in ten minutes. default_role_manager: Manager default_role_developer: Developer
--- a/config/locales/en.yml Tue Jan 18 17:22:18 2011 +0000 +++ b/config/locales/en.yml Wed Jan 19 12:41:34 2011 +0000 @@ -925,6 +925,7 @@ text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" text_zoom_in: Zoom in text_zoom_out: Zoom out + text_settings_repo_creation: The repository for a project should be set up automatically within a few minutes of the project being created.<br>You should not have to adjust any settings here.<br>Please check again in ten minutes, and <a href="/projects/soundsoftware-site/wiki/Help">contact us</a> if there is any problem. default_role_manager: Manager default_role_developer: Developer