fixed translation

This commit is contained in:
Roland Gruber 2006-01-07 11:07:45 +00:00
parent 57c57385a6
commit 70566adccd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText='',$MessageVari
/* Set output-message, when none or false $MessageTyp is submitted. */
else {
$class = "class=\"statusError\"";
$MessageTyp = _("ERROR");
$MessageTyp = "ERROR";
$MessageHeadline = _("Invalid/Missing Message type");
$MessageText = _("Please report this error to the Bug-Tracker at {link=http://lam.sourceforge.net}LDAP Account Manager Development Team{endlink}. The error number is {bold}0001:Invalid/Missing Message type.{endbold} Thank you.");
}