]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12798 Remove `Java` from validation message for settings of type 'regex pattern'
authorMichal Duda <michal.duda@sonarsource.com>
Fri, 6 Dec 2019 13:12:43 +0000 (14:12 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 9 Dec 2019 19:46:18 +0000 (20:46 +0100)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index ade49eeb24bcf4c4b0786f26475cba15ac422f14..92ad826cd9d5f44037b48a98fe870c3033c5fda3 100644 (file)
@@ -1044,7 +1044,7 @@ property.category.technicalDebt=Technical Debt
 property.error.notBoolean=Valid options are "true" and "false"
 property.error.notInteger=Only digits are allowed
 property.error.notFloat=Not a floating point number
-property.error.notRegexp=Not a valid Java regular expression
+property.error.notRegexp=Regular expression must be valid
 property.error.notInOptions=Not a valid option
 property.category.scm=SCM
 property.category.housekeeping=Housekeeping