Wrapping all core messages in translation function

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4129 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-12-22 22:49:47 +00:00
parent c5ec6b0ea1
commit 4f1c5ef386
20 changed files with 57 additions and 56 deletions

View file

@ -349,7 +349,7 @@ class SecurityComponent extends Object {
}
} else {
// Server doesn't support digest-auth headers
trigger_error('SecurityComponent::loginCredentials() - Server does not support digest authentication', E_USER_WARNING);
trigger_error(__('SecurityComponent::loginCredentials() - Server does not support digest authentication'), E_USER_WARNING);
return null;
}