summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3dddd22)
raw | patch | inline | side by side (parent: 3dddd22)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Oct 2011 13:35:02 +0000 (13:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Oct 2011 13:35:02 +0000 (13:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@21008 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/functions.inc | patch | blob | history |
index 3c1ac16f23e1fec73b9dad764aa77f70f307c07a..c7acab6c24524d2180e2d1ff481f6b58189ecb94 100644 (file)
@@ -2908,7 +2908,7 @@ function change_password ($dn, $password, $mode=FALSE, $hash= "", $old_password
if (!$mode && !empty($tmp)){
$attrs= generate_smb_nt_hash($password);
if(!count($attrs) || !is_array($attrs)){
- msg_dialog::display(tr("Error"),tr("Cannot generate SAMBA hash!"),ERROR_DIALOG);
+ msg_dialog::display(_("Error"),_("Cannot generate SAMBA hash!"),ERROR_DIALOG);
return(FALSE);
}else{
$shadow = (isset($attrs["shadowLastChange"][0]))?(int)(date("U") / 86400):0;