]> source.dussan.org Git - sonarqube.git/commitdiff
Improve description of sonar.lf.logoWidthPx
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 9 Mar 2015 13:36:30 +0000 (14:36 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 9 Mar 2015 13:36:30 +0000 (14:36 +0100)
Use correct English!

sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java

index 97977cd2162d25c01c390452d27dadf47aabdb80..2d35e2c67e76030eded433e13edc10dd3f68a8f6 100644 (file)
@@ -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(),