diff options
author | 7PH <benjamin.raymond@sonarsource.com> | 2023-10-31 16:00:58 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-02 20:02:42 +0000 |
commit | 40676ad36508fdc175afcf1c739a31c475188bc0 (patch) | |
tree | 460d1320bbca6c0820eab7beb520ce37fe88be21 /sonar-core/src | |
parent | f05332a75d430c3b8899c5e4efad56e1d534bf33 (diff) | |
download | sonarqube-40676ad36508fdc175afcf1c739a31c475188bc0.tar.gz sonarqube-40676ad36508fdc175afcf1c739a31c475188bc0.zip |
SONAR-20931 Reintroduce changing rule severity in quality profiles
Diffstat (limited to 'sonar-core/src')
-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 30f8f348584..f24fae9f333 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2016,7 +2016,7 @@ quality_profiles.copy_x_title=Copy Profile "{0}" - {1} quality_profiles.extend_x_title=Extend Profile "{0}" - {1} quality_profiles.rename_x_title=Rename Profile {0} - {1} quality_profiles.deprecated=deprecated -quality_profiles.severity_set_to=Severity set to +quality_profiles.deprecated_severity_set_to=Old severity set to quality_profiles.changelog.ACTIVATED=Activated quality_profiles.changelog.DEACTIVATED=Deactivated quality_profiles.changelog.UPDATED=Updated @@ -2266,7 +2266,7 @@ rules.status.REMOVED.help=The rule that generated this issue has been removed. S # #------------------------------------------------------------------------------ coding_rules.active_in_all_profiles=The rule is already activated on all available Quality Profiles. -coding_rules.severity_cannot_be_modified=Severity can no longer be modified. +coding_rules.severity_deprecated=Changing rule severities is deprecated and will not be possible in the future. coding_rules.activate=Activate coding_rules.activate_in=Activate In coding_rules.activate_in_quality_profile=Activate In Quality Profile @@ -2343,7 +2343,7 @@ coding_rules.to_select_rules=Select rules coding_rules.to_navigate=Navigate to rule coding_rules.type.deprecation.title=Types of detection rules are deprecated. coding_rules.type.deprecation.filter_by=You can now filter rules by Clean Code Attribute and Software Quality. -coding_rules.severity.deprecation.title=Severities are now directly tied to the software quality impacted. This old severity is deprecated and can no longer be modified. +coding_rules.severity.deprecation.title=Severities are now directly tied to the software quality impacted. This old severity is deprecated and it will no longer be possible to change it in the future. coding_rules.severity.deprecation.filter_by=You can now filter rules by Software Quality and new Severity. coding_rules.update_custom_rule=Update Custom Rule |