diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2022-11-28 12:50:48 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-01 20:03:12 +0000 |
commit | 3ca3b4477f0746f5c95d04f130ae05c692b1940b (patch) | |
tree | 39749cf4a6c74d4d06d2d4890206392b9181a5fc /sonar-core/src | |
parent | 22439884ae0616a6be566d2f2142e901cf3fe44a (diff) | |
download | sonarqube-3ca3b4477f0746f5c95d04f130ae05c692b1940b.tar.gz sonarqube-3ca3b4477f0746f5c95d04f130ae05c692b1940b.zip |
SONAR-17677 Improve compare action on QP page
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 7704dea71d0..253cc61493c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1701,6 +1701,7 @@ quality_profile.empty_comparison=The quality profiles are equal. quality_profiles.activate_more=Activate More quality_profiles.activate_more.help.built_in=This quality profile is built in, and cannot be updated manually. If you want to activate more rules, create a new profile that inherits from this one and add rules there. quality_profiles.activate_more_rules=Activate More Rules +quality_profiles.comparison.activate_rule=Activate rule for profile "{0}" quality_profiles.intro1=Quality profiles are collections of rules to apply during an analysis. quality_profiles.intro2=For each language there is a default profile. All projects not explicitly assigned to some other profile will be analyzed with the default. Ideally, all projects will use the same profile for a language. quality_profiles.list.projects=Projects @@ -1758,7 +1759,6 @@ quality_profiles.actions=Open {0} {1} quality profile actions - #------------------------------------------------------------------------------ # # QUALITY GATES |