From 20e076ba8a8a0a8b31410aa13d6dd29de966e5ab Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 22 Oct 2010 10:03:28 -0400
Subject: [PATCH] Fixed: FS#1384 - Ghost Folder Email

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

diff --git a/interface/web/help/lib/lang/cz_support_message.lng b/interface/web/help/lib/lang/cz_support_message.lng
index a87ff0c..9d7ec90 100644
--- a/interface/web/help/lib/lang/cz_support_message.lng
+++ b/interface/web/help/lib/lang/cz_support_message.lng
@@ -1,8 +1,7 @@
-<?php
-$wb['recipient_id_txt'] = 'ID Adresáta';
-$wb['sender_id_txt'] = 'ID Odesílatele';
-$wb['subject_txt'] = 'Předmět';
-$wb['message_txt'] = 'Zpráva';
-$wb['tstamp_txt'] = 'Časové razítko';
-?>
-
+<?php
+$wb['recipient_id_txt'] = 'ID Adresáta';
+$wb['sender_id_txt'] = 'ID Odesílatele';
+$wb['subject_txt'] = 'Předmět';
+$wb['message_txt'] = 'Zpráva';
+$wb['tstamp_txt'] = 'Časové razítko';
+?>

--
Gitblit v1.9.1