diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-06-18 10:53:33 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-06-18 10:53:46 +0200 |
commit | 3c543c17d49121084014a979cc814955444c762a (patch) | |
tree | 05659944109259d213f14e41c8b7bd5d3af4dfb5 /sonar-core | |
parent | 8dee812b1bb3350dfc125a403126f12fd940f6bd (diff) | |
download | sonarqube-3c543c17d49121084014a979cc814955444c762a.tar.gz sonarqube-3c543c17d49121084014a979cc814955444c762a.zip |
SONAR-5135 Display execution report after bulk change
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 68695d24188..36814f63f5a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1695,6 +1695,8 @@ coding_rules.add_note=Add Note coding_rules.add_tags=Add Tags coding_rules.available_since=Available Since coding_rules.bulk_change=Bulk Change +coding_rules.bulk_change.success={0} rule(s) changed +coding_rules.bulk_change.warning={0} rule(s) changed, {1} rule(s) ignored coding_rules.change_severity=Change Severity coding_rules.change_severity_in=Change Severity In coding_rules.change_details=Change Details of Quality Profile |