diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-11-13 18:31:23 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-11-13 18:31:23 +0000 |
commit | dcfc81fb34dada3f6823c63efbd5c025e8426c13 (patch) | |
tree | d12734c6370f0923ce969a121b72e676926dfbf8 /h-source/Application | |
parent | e84158192eab00fc19e58ee86368add675b1c7c2 (diff) |
improved i18n
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Controllers/UsersController.php | 4 |
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') |