From: Michal Duda Date: Fri, 6 Dec 2019 13:12:43 +0000 (+0100) Subject: SONAR-12798 Remove `Java` from validation message for settings of type 'regex pattern' X-Git-Tag: 8.1.0.31237~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3523a3476a3029a2ffdac615761704a71c9b2337;p=sonarqube.git SONAR-12798 Remove `Java` from validation message for settings of type 'regex pattern' --- diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index ade49eeb24b..92ad826cd9d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -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