Skip to content

Commit 58c75c0

Browse files
authored
Fix incorrect translation in before_replace doc (#4122)
Fixes #4093
1 parent 642c43c commit 58c75c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/ru/LC_MESSAGES/reference/reference_lua/box_space/before_replace.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ msgid ""
135135
"function will be called and the data change will be skipped. The return "
136136
"value will be absent."
137137
msgstr ""
138-
"если значение совпадает со старым, то вызывается функция ``on_replace``, и "
138+
"если значение совпадает со старым, то функция ``on_replace`` не вызывается, и "
139139
"изменение данных не происходит. Возвращаемого значения в таком случае не "
140140
"будет."
141141

0 commit comments

Comments
 (0)