aboutsummaryrefslogtreecommitdiff
path: root/h-source
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-11-13 18:31:23 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-11-13 18:31:23 +0000
commitdcfc81fb34dada3f6823c63efbd5c025e8426c13 (patch)
treed12734c6370f0923ce969a121b72e676926dfbf8 /h-source
parente84158192eab00fc19e58ee86368add675b1c7c2 (diff)
improved i18n
Diffstat (limited to 'h-source')
-rw-r--r--h-source/Application/Controllers/UsersController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php
index ea94ffb..3c3520c 100644
--- a/h-source/Application/Controllers/UsersController.php
+++ b/h-source/Application/Controllers/UsersController.php
@@ -135,8 +135,8 @@ class UsersController extends BaseController
);
$this->m['UsersModel']->databaseConditions['insert'] = array(
- "checkUnique" => "username",
- "+checkUnique" => "e_mail"
+ "checkUnique" => "username|the username is already present",
+ "+checkUnique" => "e_mail|the e-mail address is already present"
);
if ($this->s['registered']->status['status'] === 'logged')