aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-core/src/main/java/org/sonar/core/config/ScannerProperties.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-core/src/main/java/org/sonar/core/config/ScannerProperties.java b/sonar-core/src/main/java/org/sonar/core/config/ScannerProperties.java
index 729bd82740f..f919a44db58 100644
--- a/sonar-core/src/main/java/org/sonar/core/config/ScannerProperties.java
+++ b/sonar-core/src/main/java/org/sonar/core/config/ScannerProperties.java
@@ -94,8 +94,8 @@ public class ScannerProperties {
.hidden()
.build(),
PropertyDefinition.builder(PLUGIN_LOADING_OPTIMIZATION_KEY)
- .name("Enable scanner plugin loading optimization")
- .description("When enabled, scanners will only download plugins required for detected languages.")
+ .name("Analyzers loading optimization")
+ .description("When enabled, scanners will only download analyzers required for detected languages.")
.category(CoreProperties.CATEGORY_GENERAL)
.subCategory("Performance")
.type(BOOLEAN)