From b0ebbdedaa0805599b97a9d3bbc96c0a5cf2bbac Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 21 Mar 2010 06:04:32 -0400
Subject: [PATCH] Fixed: FS#1124 - Traffic quota on some systems not working

---
 interface/web/help/lib/lang/pl_support_message.lng |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/interface/web/help/lib/lang/pl_support_message.lng b/interface/web/help/lib/lang/pl_support_message.lng
index cc32349..b21539a 100644
--- a/interface/web/help/lib/lang/pl_support_message.lng
+++ b/interface/web/help/lib/lang/pl_support_message.lng
@@ -1,9 +1,7 @@
-<?php
-$wb['recipient_id_txt'] = 'ID odbiorcy';
-$wb['sender_id_txt'] = 'ID nadawcy';
-$wb['subject_txt'] = 'Temat';
-$wb['message_txt'] = 'Wiadomość';
-$wb['tstamp_txt'] = 'Kalendarz';
-?>
-
-
+<?php
+$wb['recipient_id_txt'] = 'ID odbiorcy';
+$wb['sender_id_txt'] = 'ID nadawcy';
+$wb['subject_txt'] = 'Temat';
+$wb['message_txt'] = 'Wiadomość';
+$wb['tstamp_txt'] = 'Kalendarz';
+?>

--
Gitblit v1.9.1