From dcfc81fb34dada3f6823c63efbd5c025e8426c13 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 13 Nov 2012 18:31:23 +0000 Subject: improved i18n --- h-source/Application/Controllers/UsersController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'h-source/Application') 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') -- cgit v1.2.3