spelling tpyo fix (s/succes/success/)

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@83 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent bf5b01a624
commit 377daa201d

@ -75,7 +75,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST")
$result = db_query ("UPDATE $table_mailbox SET password='$password',modified=NOW() WHERE username='$username'");
if ($result['rows'] == 1)
{
$tMessage = $PALANG['pPassword_result_succes'];
$tMessage = $PALANG['pPassword_result_success'];
db_log ($USERID_USERNAME, $USERID_DOMAIN, "change password", "$USERID_USERNAME");
}
else

@ -92,7 +92,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST")
}
else
{
$tMessage = $PALANG['pUsersVacation_result_succes'];
$tMessage = $PALANG['pUsersVacation_result_success'];
}
// We need to see whether there is already an alias record for the user, or not.
@ -129,7 +129,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST")
}
else
{
$tMessage = $PALANG['pUsersVacation_result_succes'];
$tMessage = $PALANG['pUsersVacation_result_success'];
}
}

Loading…
Cancel
Save