diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-05-30 11:21:43 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2017-06-14 15:43:12 +0200 |
commit | f7e2e9c191c8da127f2d0d8504ad0fa9f816191b (patch) | |
tree | 19e6d702fa670db284affc81ae6386de0be8cd9f /sonar-core | |
parent | 702b6393c7b9e77886908bfd4565694b13ccdef8 (diff) | |
download | sonarqube-f7e2e9c191c8da127f2d0d8504ad0fa9f816191b.tar.gz sonarqube-f7e2e9c191c8da127f2d0d8504ad0fa9f816191b.zip |
SONAR-9302 Display built-in flag on Quality profiles page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 8b342021a24..f53138dfcd6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1503,6 +1503,9 @@ quality_profiles.not_updated_more_than_year=The following profiles haven't been quality_profiles.exporters=Exporters quality_profiles.updated_=Updated: quality_profiles.used_=Used: +quality_profiles.built_in=Built-in +quality_profiles.built_in.description.1=The minimum set of rules recommended by this analyzer. +quality_profiles.built_in.description.2=This Quality Profile will be automatically updated when its built-in parent is changed by new versions of the analyzer. |