Subject line of email when new comment is not translated
Added multilingual support for email subject line for new comments
This commit is contained in:
parent
34ea684565
commit
fc9bcf45e8
@ -222,7 +222,7 @@ function commentform() {
|
|||||||
$fp_config ['general'] ['title']
|
$fp_config ['general'] ['title']
|
||||||
), $lang ['comments'] ['mail']);
|
), $lang ['comments'] ['mail']);
|
||||||
|
|
||||||
@utils_mail($from_mail, "New comment on {$fp_config['general']['title']}", $mail);
|
@utils_mail($from_mail, "{$lang ['comments'] ['newcomment']} {$lang ['comments'] ['newcomment']} {$fp_config['general']['title']}", $mail);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if comment is valid, this redirect will clean the postdata
|
// if comment is valid, this redirect will clean the postdata
|
||||||
|
@ -16,4 +16,6 @@ Automatisch generiert von,
|
|||||||
|
|
||||||
';
|
';
|
||||||
|
|
||||||
|
$lang ['comments'] ['newcomment'] = 'Neuer Kommentar auf';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -16,4 +16,6 @@ All the best,
|
|||||||
|
|
||||||
';
|
';
|
||||||
|
|
||||||
|
$lang ['comments'] ['newcomment'] = 'New comment on';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user