From cc0e532eccc28cf8a598de2c024e6b4c28d3e38e Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 24 Sep 2007 07:12:06 +0000 Subject: [PATCH] sendmail.php: s/succes/success/ git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@87 a1433add-5e2c-0410-b055-b7f2511e0802 --- sendmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendmail.php b/sendmail.php index eb763b83..d53da0be 100644 --- a/sendmail.php +++ b/sendmail.php @@ -76,7 +76,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") } else { - $tMessage .= $PALANG['pSendmail_result_succes']; + $tMessage .= $PALANG['pSendmail_result_success']; } }