diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-08 16:20:00 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-08 16:20:31 +0200 |
commit | 0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62 (patch) | |
tree | 9b54bf0b54d697097c2e02df081b92d3195b0473 /plugins/sonar-core-plugin | |
parent | 790ad90e8e591bcd3a761156687cae9cc14e46ad (diff) | |
download | sonarqube-0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62.tar.gz sonarqube-0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62.zip |
SONAR-4388 Move from Sonar to SonarQube
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
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 52136eb9ce5..0e2fe22f923 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 @@ -805,7 +805,7 @@ category.exclusions.help=<h2>Wildcards</h2>\ </table> property.sonar.skippedModules.name=Exclude project modules from code analysis -property.sonar.skippedModules.description=Comma separated list of module keys to be excluded from analysis. This property can be used for instance to exclude some Maven modules from a Sonar analysis. Changes will be applied during next code analysis. +property.sonar.skippedModules.description=Comma separated list of module keys to be excluded from analysis. This property can be used for instance to exclude some Maven modules from a SonarQube analysis. Changes will be applied during next code analysis. property.error.notBoolean=Valid options are "true" and "false" property.error.notInteger=Only digits are allowed property.error.notFloat=Not a floating point number |