From 3523a3476a3029a2ffdac615761704a71c9b2337 Mon Sep 17 00:00:00 2001 From: Michal Duda Date: Fri, 6 Dec 2019 14:12:43 +0100 Subject: [PATCH] SONAR-12798 Remove `Java` from validation message for settings of type 'regex pattern' --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5