diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-05-31 10:15:52 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2017-06-14 15:43:12 +0200 |
commit | ae85f66a8dbef6f7533cb6cb1eb9ab623ad8d447 (patch) | |
tree | 6b3662f55e2c0083519e317800cf8c1067299dcc /sonar-core | |
parent | c23644d8c6f3e93f1ef6cda4ec973e2e9ded72c2 (diff) | |
download | sonarqube-ae85f66a8dbef6f7533cb6cb1eb9ab623ad8d447.tar.gz sonarqube-ae85f66a8dbef6f7533cb6cb1eb9ab623ad8d447.zip |
SONAR-9302 Display inheritance hints for built-in quality profiles
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 f53138dfcd6..ef2c7690b0d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1506,6 +1506,7 @@ 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. +quality_profiles.extends_built_in=This Quality Profile will be automatically updated when new rules are added to its built-in parent. |