From 6c373169310c2ec447c1e9eb4dac3c9189844e11 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 9 Mar 2015 14:36:30 +0100 Subject: [PATCH] Improve description of sonar.lf.logoWidthPx Use correct English! --- .../java/org/sonar/core/config/CorePropertyDefinitions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java b/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java index 97977cd2162..2d35e2c67e7 100644 --- a/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java +++ b/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java @@ -55,7 +55,7 @@ public class CorePropertyDefinitions { PropertyDefinition.builder("sonar.lf.logoWidthPx") .deprecatedKey("sonar.branding.image.width") .name("Width of image in pixels") - .description("Width in pixels, according that the height of image is constrained to 30px.") + .description("Width in pixels, given that the height of the the image is constrained to 30px") .category(CoreProperties.CATEGORY_GENERAL) .subCategory(CoreProperties.SUBCATEGORY_LOOKNFEEL) .build(), -- 2.39.5