From 95bd81b84dbf58ee2a072eb1570ffc34d183c0b5 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Wed, 4 Jul 2012 11:16:08 +0200 Subject: [PATCH] SONAR-3517 Fix issue linked to ERB file trimming done at build time --- .../main/resources/org/sonar/l10n/core.properties | 3 ++- .../app/views/project/quality_profile.html.erb | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) 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) -%> -- 2.39.5