diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2022-03-23 12:16:35 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-28 20:02:52 +0000 |
commit | a39698d0cd444d4e9c56fafb8da4171a3e3454bf (patch) | |
tree | bb3d65ebf204fbf435b817a973a29216a9c1e7fd /sonar-core | |
parent | d17de865f6d8e4bc119c5e397e42e7eb5c642b0b (diff) | |
download | sonarqube-a39698d0cd444d4e9c56fafb8da4171a3e3454bf.tar.gz sonarqube-a39698d0cd444d4e9c56fafb8da4171a3e3454bf.zip |
SONAR-16085 Change the bulk change quality profile select.
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 52f3b72c70c..8da222bc358 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1760,6 +1760,7 @@ coding_rules.available_since=Available Since coding_rules.bulk_change=Bulk Change coding_rules.bulk_change.success={2} rule(s) changed in profile {0} - {1} coding_rules.bulk_change.warning={2} rule(s) changed, {3} rule(s) ignored in profile {0} - {1} +coding_rules.bulk_change.no_quality_profile=No quality profile. coding_rules.can_not_bulk_change=Bulk change is only available when you have a custom Quality Profile to target. You can create a customizable Quality Profile based on a built-in one by Copying or Extending it in the Quality Profiles list. coding_rules.can_not_deactivate=This rule is inherited and cannot be deactivated. coding_rules.change_details=Change Details of Quality Profile |