summaryrefslogtreecommitdiff
path: root/app/controllers/entryController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-27 16:16:49 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-27 16:16:49 +0200
commit70e7d09b967b903aed4d97d7eb66800f395f838c (patch)
treed5d759a7248d144244a62317ff52f5537869ae5d /app/controllers/entryController.php
parent81ea32d53e85b623356f56910b0a7aa9acf6bcd6 (diff)
Ajout fichier traduction en anglais (bug #38
Diffstat (limited to 'app/controllers/entryController.php')
-rwxr-xr-xapp/controllers/entryController.php2
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')))
);
}