diff options
| author | 2013-04-27 16:16:49 +0200 | |
|---|---|---|
| committer | 2013-04-27 16:16:49 +0200 | |
| commit | 70e7d09b967b903aed4d97d7eb66800f395f838c (patch) | |
| tree | d5d759a7248d144244a62317ff52f5537869ae5d /app/controllers/entryController.php | |
| parent | 81ea32d53e85b623356f56910b0a7aa9acf6bcd6 (diff) | |
Ajout fichier traduction en anglais (bug #38
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index 2ce260297..35f3150ea 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -5,7 +5,7 @@ class entryController extends ActionController { if (login_is_conf ($this->view->conf) && !is_logged ()) { Error::error ( 403, - array ('error' => array (Translate::t ('access denied'))) + array ('error' => array (Translate::t ('access_denied'))) ); } |
