diff --git a/Web/Presenters/templates/components/comment.xml b/Web/Presenters/templates/components/comment.xml index 94122ac7..445f60fb 100644 --- a/Web/Presenters/templates/components/comment.xml +++ b/Web/Presenters/templates/components/comment.xml @@ -33,7 +33,7 @@ {if $comment->canBeDeletedBy($thisUser)} {_"delete"} | {/if} - Ответить + {_"reply"}
diff --git a/locales/en.strings b/locales/en.strings index 06c8da0d..7f4a24c7 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -179,6 +179,8 @@ "open_post" = "Open post"; "version_incompatibility" = "This attachment could not be displayed. Probably the database is incompatible with the current version of OpenVK."; +"reply" = "Reply"; + /* Friends */ "friends" = "Friends"; diff --git a/locales/ru.strings b/locales/ru.strings index 7a37653a..05410854 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -182,6 +182,8 @@ "open_post" = "Открыть запись"; "version_incompatibility" = "Не удалось отобразить это вложение. Возможно, база данных несовместима с текущей версией OpenVK."; +"reply" = "Ответить"; + /* Friends */ "friends" = "Друзья";