This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 49c3d94 Fix an incorrect search/replace
49c3d94 is described below
commit 49c3d946dffc72d0e832f41584505c5c84226b34
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Mar 30 14:12:47 2020 +0100
Fix an incorrect search/replace
---
java/org/apache/naming/LocalStrings_fr.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/naming/LocalStrings_fr.properties
b/java/org/apache/naming/LocalStrings_fr.properties
index eb297c8..33dd57d 100644
--- a/java/org/apache/naming/LocalStrings_fr.properties
+++ b/java/org/apache/naming/LocalStrings_fr.properties
@@ -27,4 +27,4 @@ namingContext.readOnly=Le Contexte est en lecture seule
selectorContext.methodUsingName=Appel de la méthode [{0}] avec le nom [{1}]
selectorContext.methodUsingString=Appel de la méthode [{0}] avec la String
[{1}]
-selectorContext.noJavaUrl=Ce Contexte doit être accédé par une URL commençant
par 'java :'
+selectorContext.noJavaUrl=Ce Contexte doit être accédé par une URL commençant
par 'java:'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]