aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-05-31 14:36:28 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-05-31 14:36:28 +0200
commit9d06327a9d587832b93e1204a813120ae26075ee (patch)
tree53a6d226a274bab218ec1dd88317cf997513ddff /plugins
parent11d293d5589ba13e7fea247c7c1c71e22173f5bc (diff)
downloadsonarqube-9d06327a9d587832b93e1204a813120ae26075ee.tar.gz
sonarqube-9d06327a9d587832b93e1204a813120ae26075ee.zip
SONAR-3755 Fix typo in Notifications page
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index b1bb59575b3..d02297597c2 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -1596,7 +1596,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 alerts
-notification.dispatcher.NewFalsePositiveIssue=New false positive issue
+notification.dispatcher.NewFalsePositiveIssue=New false positives
#------------------------------------------------------------------------------