mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
whoops, i forgor to add localized string
This commit is contained in:
parent
866d6a8c45
commit
a3db17fc36
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ final class MessengerPresenter extends OpenVKPresenter
|
|||
|
||||
if(!$this->user->identity->getPrivacyPermission('messages.write', $correspondent))
|
||||
{
|
||||
$this->flash("err", tr("warning"), "Этот пользователь, возможно, вам не сможет ответить из-за ваших настроек приватности.");
|
||||
$this->flash("err", tr("warning"), tr("user_may_not_reply"));
|
||||
}
|
||||
|
||||
$this->template->selId = $sel;
|
||||
|
|
Loading…
Reference in a new issue