From a2156eb5923b4065d29ad164baa038238091cd49 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 21 Sep 2011 08:28:18 -0400
Subject: [PATCH] Added new namevirtualhost port functions to the installer and apache plugin.

---
 interface/web/help/lib/lang/de_support_message.lng |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/interface/web/help/lib/lang/de_support_message.lng b/interface/web/help/lib/lang/de_support_message.lng
index d570d58..3ffbd11 100644
--- a/interface/web/help/lib/lang/de_support_message.lng
+++ b/interface/web/help/lib/lang/de_support_message.lng
@@ -1,9 +1,8 @@
-<?php
+<?php
 $wb['recipient_id_txt'] = 'Empfänger ID';
-$wb['sender_id_txt'] = 'Absender ID';
-$wb['subject_txt'] = 'Betreff';
-$wb['message_txt'] = 'Nachricht';
-$wb['tstamp_txt'] = 'Zeitpunkt';
-?>
-
-
+$wb['sender_id_txt'] = 'Absender ID';
+$wb['subject_txt'] = 'Betreff';
+$wb['message_txt'] = 'Nachricht';
+$wb['tstamp_txt'] = 'Zeitpunkt';
+$wb['reply_txt'] = 'Reply';
+?>

--
Gitblit v1.9.1