aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-06 09:47:38 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-06 09:48:40 +0100
commit35ecb682573667ce59f9cbeb8b7562f565fc09f7 (patch)
tree25042a7f0c17fa18e0fa3de1e245d24ef72925e6 /sonar-core/src
parente26b33bd6a17bad9aac7bff1a233daba933ea6f7 (diff)
downloadsonarqube-35ecb682573667ce59f9cbeb8b7562f565fc09f7.tar.gz
sonarqube-35ecb682573667ce59f9cbeb8b7562f565fc09f7.zip
SONAR-4624 complete "new FP issues" with resolution "won't fix"
-> dispatcher becomes "Issues resolved as false positive or won't fix"
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
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 f7c7f68f0e3..3736c11e312 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2030,7 +2030,7 @@ notification.dispatcher.information=Subscribe to following channels to be notifi
notification.dispatcher.ChangesOnMyIssue=Changes in issues assigned to me or reported by me
notification.dispatcher.NewIssues=New issues
notification.dispatcher.NewAlerts=New quality gate status
-notification.dispatcher.NewFalsePositiveIssue=New false positives
+notification.dispatcher.NewFalsePositiveIssue=Issues resolved as false positive or won't fix
#------------------------------------------------------------------------------