# HG changeset patch # User Chris Cannam # Date 1295440894 0 # Node ID c7d72c765cc6165537b7492ca85405ca02604a3d # Parent 1890a968b40432a00d15b8ab36309c92d1506ede Make repo-to-be-created text a label string, and make it a bit more helpful diff -r 1890a968b404 -r c7d72c765cc6 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 1890a968b404 -r c7d72c765cc6 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 @@ -888,6 +888,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 1890a968b404 -r c7d72c765cc6 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 @@ -916,6 +916,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