aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-03-07 14:22:45 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-03-07 14:22:45 +0100
commita8c4bb4ba8323e66576bcc13579f42093ce4759b (patch)
tree3786baed4d5df4e3b5b2c0eecbdbf110969fb536 /plugins/sonar-l10n-en-plugin
parent9f1854b7a182fbf87d626354a04aba2efafc6137 (diff)
downloadsonarqube-a8c4bb4ba8323e66576bcc13579f42093ce4759b.tar.gz
sonarqube-a8c4bb4ba8323e66576bcc13579f42093ce4759b.zip
SONAR-3172 It should not be possible to create a manual violation on a unit test source code
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
index 3b23ad461e4..b1ed986b7db 100644
--- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -819,6 +819,7 @@ code_viewer.create_violation.missing_message=Missing message
code_viewer.create_violation.missing_severity=Missing severity
code_viewer.create_violation.no_rules=No rules. Please contact your administrator.
code_viewer.create_violation.bad_assignee=Unknown assignee
+code_viewer.create_violation.unit_test_not_supported=Users can not create their own violations on unit test files.
#------------------------------------------------------------------------------