]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2592 change description of property sonar.violationLocale
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 26 Jul 2011 09:57:23 +0000 (11:57 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 26 Jul 2011 09:57:23 +0000 (11:57 +0200)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java

index 44442fed141d4d79905ebf69608fc632164b20ac..c9ac989598ef5cf5e82d14b6689ecf71e5663f43 100644 (file)
@@ -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(