diff --git a/comments.php b/comments.php index ec49d39..b461d07 100644 --- a/comments.php +++ b/comments.php @@ -222,7 +222,7 @@ function commentform() { $fp_config ['general'] ['title'] ), $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 diff --git a/fp-interface/lang/de-de/lang.comments.php b/fp-interface/lang/de-de/lang.comments.php index 45210e7..aaec3f1 100644 --- a/fp-interface/lang/de-de/lang.comments.php +++ b/fp-interface/lang/de-de/lang.comments.php @@ -16,4 +16,6 @@ Automatisch generiert von, '; +$lang ['comments'] ['newcomment'] = 'Neuer Kommentar auf'; + ?> diff --git a/fp-interface/lang/en-us/lang.comments.php b/fp-interface/lang/en-us/lang.comments.php index b8785ed..4c25b9f 100644 --- a/fp-interface/lang/en-us/lang.comments.php +++ b/fp-interface/lang/en-us/lang.comments.php @@ -16,4 +16,6 @@ All the best, '; +$lang ['comments'] ['newcomment'] = 'New comment on'; + ?>