0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

languages/en.lang: fix string for successful mail sending

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@262 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin 2007-12-06 21:54:20 +00:00
parent b97855ba0b
commit d688b00197

View File

@ -197,8 +197,8 @@ $PALANG['pSendmail_subject'] = 'Subject';
$PALANG['pSendmail_subject_text'] = 'Welcome';
$PALANG['pSendmail_body'] = 'Body';
$PALANG['pSendmail_button'] = 'Send Message';
$PALANG['pSendmail_result_error'] = '<span class="error_msg">Unable to create mailbox!</span>';
$PALANG['pSendmail_result_success'] = 'The mailbox has been created!';
$PALANG['pSendmail_result_error'] = '<span class="error_msg">Unable to send email!</span>';
$PALANG['pSendmail_result_success'] = 'Email sent!';
$PALANG['pAdminMenu_list_admin'] = 'Admin List';
$PALANG['pAdminMenu_list_domain'] = 'Domain List';