tbrehm
2008-07-15 4cde42f29074f66f85ea01add63bdbc0d599a518
- Fixed linebreak bug in welcome messages.
1 files modified
2 ■■■ changed files
interface/web/mail/lib/lang/en_mail_user.lng 2 ●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/en_mail_user.lng
@@ -23,5 +23,5 @@
$wb["limit_mailbox_txt"] = 'The max. number of mailboxes for your account is reached.';
$wb["limit_mailquota_txt"] = 'The max space for mailboxes is reached. The max. available space in MB is';
$wb["welcome_mail_subject"] = 'Welcome to your new email account.';
$wb["welcome_mail_message"] = 'Welcome to your new email account.\n\nYour webmaster.';
$wb["welcome_mail_message"] = "Welcome to your new email account.\n\nYour webmaster.";
?>