diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-26 11:57:23 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-26 11:57:23 +0200 |
commit | 99dd166d42bb8ba8ff49b01599339bcb10bd241b (patch) | |
tree | 93d50985bea3a45b8961f94ee2e9e000dcd46e99 | |
parent | 19dd6430901914d364ecfea2ec8c83ee1fae321a (diff) | |
download | sonarqube-99dd166d42bb8ba8ff49b01599339bcb10bd241b.tar.gz sonarqube-99dd166d42bb8ba8ff49b01599339bcb10bd241b.zip |
SONAR-2592 change description of property sonar.violationLocale
-rw-r--r-- | plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java b/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java index 44442fed141..c9ac989598e 100644 --- a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java +++ b/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java @@ -121,8 +121,7 @@ import java.util.List; key = CoreProperties.CORE_VIOLATION_LOCALE_PROPERTY, defaultValue = "en", name = "Locale used for violation messages", - description = "This locale is used when generating violation messages. Settings of user browsers are " + - "ignored.", + description = "Locale to be used when generating violation messages. It's up to each rule engine to support this global internationalization property", project = true, global = true), @Property( |