diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-06-06 13:56:33 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2017-06-14 15:43:12 +0200 |
commit | 64d9dd615655021a0022e3a6f7cadbe7ab170231 (patch) | |
tree | 8bafb29af5c240e1251fd59b97e4ea46c6630ca0 /sonar-core | |
parent | 380816fec9f40f8d2c25c3f08be2d783b7293226 (diff) | |
download | sonarqube-64d9dd615655021a0022e3a6f7cadbe7ab170231.tar.gz sonarqube-64d9dd615655021a0022e3a6f7cadbe7ab170231.zip |
SONAR-9302 update tooltips for built-in profiles
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 ef2c7690b0d..8ebbb162e05 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1504,9 +1504,9 @@ 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. -quality_profiles.extends_built_in=This Quality Profile will be automatically updated when new rules are added to its built-in parent. +quality_profiles.built_in.description.1=This quality profile is provided by a plugin. +quality_profiles.built_in.description.2=It can be automatically updated when a new version of this plugin is deployed and changes its definition. +quality_profiles.extends_built_in=Because it inherits from a built-in quality profile, this quality profile can be automatically updated when a new version of the corresponding plugin is deployed. |