This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 99a87d9 Back-port updated i18n string 99a87d9 is described below commit 99a87d9ca8ddacc2a48d3890fb7181a7aac2da2a Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Nov 28 18:23:19 2021 +0000 Back-port updated i18n string --- java/org/apache/catalina/storeconfig/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/storeconfig/LocalStrings.properties b/java/org/apache/catalina/storeconfig/LocalStrings.properties index a6bdd6d..f4c3ee1 100644 --- a/java/org/apache/catalina/storeconfig/LocalStrings.properties +++ b/java/org/apache/catalina/storeconfig/LocalStrings.properties @@ -19,7 +19,7 @@ config.storeServerError=Error storing server factory.storeNoDescriptor=Descriptor for element class [{0}] not configured! factory.storeTag=store tag [{0}] ( Object: [{1}] ) -storeConfigListener.notServer=The listener was added to component other than the Server and will therefore be ignored +storeConfigListener.notServer=This listener must only be nested within Server elements, but is in [{0}], ignoring it. storeFileMover.directoryCreationError=Cannot create directory [{0}] storeFileMover.renameError=Cannot rename [{0}] to [{1}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org