Use PLUGIN_ADMIN. prefix for translations

This commit is contained in:
Flavio Copes
2015-08-13 20:44:56 +02:00
parent 50be93fda1
commit 716c36edf3
20 changed files with 339 additions and 337 deletions

View File

@@ -156,7 +156,7 @@ class Admin
$l = $this->grav['language'];
$this->setMessage($l->translate('LOGIN_LOGGED_IN'), 'info');
$this->setMessage($l->translate('PLUGIN_ADMIN.LOGIN_LOGGED_IN'), 'info');
// $redirect_route =$this->getLoginRedirect() ?: $this->uri->route();
$redirect_route = $this->uri->route();