diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-04 11:16:08 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-04 11:16:08 +0200 |
commit | 95bd81b84dbf58ee2a072eb1570ffc34d183c0b5 (patch) | |
tree | 8628104aa23a3f0e4590b5264d8252a534898bcf /plugins/sonar-l10n-en-plugin | |
parent | 382c4f4164053c2f3b2c859615f73f3076b14904 (diff) | |
download | sonarqube-95bd81b84dbf58ee2a072eb1570ffc34d183c0b5.tar.gz sonarqube-95bd81b84dbf58ee2a072eb1570ffc34d183c0b5.zip |
SONAR-3517 Fix issue linked to ERB file trimming done at build time
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 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 #------------------------------------------------------------------------------ |