From: Fabrice Bellingard Date: Wed, 4 Jul 2012 09:16:08 +0000 (+0200) Subject: SONAR-3517 Fix issue linked to ERB file trimming done at build time X-Git-Tag: 3.2~265 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=95bd81b84dbf58ee2a072eb1570ffc34d183c0b5;p=sonarqube.git SONAR-3517 Fix issue linked to ERB file trimming done at build time --- diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 7a7d91c3bc6..e869ba2ecb7 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -981,9 +981,10 @@ update_key.are_you_sure_to_bulk_rename_x_into_x=Are you sure you want to rename # PROJECT QUALITY PROFILE PAGE # #------------------------------------------------------------------------------ -project_quality_profile.current_profile_for_x=Current quality profile for "{0}": +project_quality_profile.select_profile_for_x=Select the quality profile to be used when analyzing the "{0}" project: project_quality_profile.project_cannot_be_update_with_profile_x=The current project can not be updated with the following profile: "{0}". project_quality_profile.profile_successfully_updated=Quality profile successfully updated. +project_quality_profile.default_profile=default #------------------------------------------------------------------------------ diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/quality_profile.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/quality_profile.html.erb index 078956f8bb4..f75218f7db9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/quality_profile.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/quality_profile.html.erb @@ -5,12 +5,16 @@ project_profile = @project.profile %> - <%= message('project_quality_profile.current_profile_for_x', :params => @project.name) -%> + <%= message('project_quality_profile.select_profile_for_x', :params => @project.name) -%>