# HG changeset patch # User Chris Cannam # Date 1295440894 0 # Node ID 11e93d30115add3d559a9d97496eeb7763140ab6 # Parent ca48d8b6f55d4d85c249b853e440559443cea041 Make repo-to-be-created text a label string, and make it a bit more helpful diff -r ca48d8b6f55d -r 11e93d30115a app/views/projects/settings/_repository.rhtml --- 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 @@
<% if !@repository || !@repository.url %> - + <% end %>

<%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %>

<%= repository_field_tags(f, @repository) if @repository %> diff -r ca48d8b6f55d -r 11e93d30115a config/locales/en-GB.yml --- 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.
You should not have to adjust any settings here; please check again in ten minutes. default_role_manager: Manager default_role_developer: Developer diff -r ca48d8b6f55d -r 11e93d30115a config/locales/en.yml --- 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.
You should not have to adjust any settings here.
Please check again in ten minutes, and contact us if there is any problem. default_role_manager: Manager default_role_developer: Developer