Skip to content

Commit

Permalink
Misprint in messages_ru.java (#2358)
Browse files Browse the repository at this point in the history
Sstatement => statement
  • Loading branch information
snuyanzin committed Nov 26, 2021
1 parent 194411a commit 9899c6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ public class messages_ru extends java.util.ResourceBundle {
t[104] = "Connection to {0} refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.";
t[105] = "Подсоединение по адресу {0} отклонено. Проверьте что хост и порт указаны правильно и что postmaster принимает TCP/IP-подсоединения.";
t[108] = "This statement has been closed.";
t[109] = "Этот Sstatement был закрыт.";
t[109] = "Этот statement был закрыт.";
t[110] = "Error committing prepared transaction. commit xid={0}, preparedXid={1}, currentXid={2}";
t[111] = "Ошибка при фиксации подготовленной транзакции. commit xid={0}, preparedXid={1}, currentXid={2}";
t[114] = "Position: {0}";
Expand Down

0 comments on commit 9899c6f

Please sign in to comment.