This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 16660530fe Fix output alignment
16660530fe is described below
commit 16660530fe4f4c91c9e33673492d5ff1b16007a3
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Dec 7 12:06:07 2023 +0000
Fix output alignment
---
java/org/apache/catalina/startup/LocalStrings_ru.properties | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/java/org/apache/catalina/startup/LocalStrings_ru.properties
b/java/org/apache/catalina/startup/LocalStrings_ru.properties
index ef37bf0feb..2bccc93260 100644
--- a/java/org/apache/catalina/startup/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/startup/LocalStrings_ru.properties
@@ -35,8 +35,8 @@ versionLoggerListener.catalina.home=CATALINA_HOME: {0}
versionLoggerListener.java.home=Java Home: {0}
versionLoggerListener.os.arch=Архитектура: {0}
versionLoggerListener.os.version=Версия ОС: {0}
-versionLoggerListener.serverInfo.server.built=Сервер собран: {0}
-versionLoggerListener.serverInfo.server.number=Номер версии сервера: {0}
-versionLoggerListener.serverInfo.server.version=Имя версии сервера: {0}
+versionLoggerListener.serverInfo.server.built=Сервер собран: {0}
+versionLoggerListener.serverInfo.server.number=Номер версии сервера: {0}
+versionLoggerListener.serverInfo.server.version=Имя версии сервера: {0}
versionLoggerListener.vm.vendor=Производитель JVM: {0}
versionLoggerListener.vm.version=Версия JVM: {0}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]