diff options
author | David Gageot <david@gageot.net> | 2012-05-02 15:32:40 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-05-02 15:40:11 +0200 |
commit | 06eff341677daf1dd73c8d03da76f154c642f785 (patch) | |
tree | e42c27d1e73a393e4f06a4ef08a40bbd2db6340c /plugins/sonar-l10n-en-plugin/src/main | |
parent | c212266913c0d8c41e35461204ae3686e1d7fedc (diff) | |
download | sonarqube-06eff341677daf1dd73c8d03da76f154c642f785.tar.gz sonarqube-06eff341677daf1dd73c8d03da76f154c642f785.zip |
Should be able to add a manual violation on a unit test
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src/main')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 0 insertions, 1 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 1e8762acc4e..24e5c535281 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 @@ -842,7 +842,6 @@ 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. #------------------------------------------------------------------------------ |