From 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 11 Aug 2009 09:59:25 -0400
Subject: [PATCH] Fixed: FS#822 - Main tabs at top not applying translations.

---
 interface/web/help/lib/lang/pl.lng |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/interface/web/help/lib/lang/pl.lng b/interface/web/help/lib/lang/pl.lng
index 8e7811c..b45521b 100644
--- a/interface/web/help/lib/lang/pl.lng
+++ b/interface/web/help/lib/lang/pl.lng
@@ -1,10 +1,7 @@
-<?php
-$wb['Support Message'] = 'Wiadomość pomocy';
-$wb['Message'] = 'Wiadomość';
-$wb['Send message'] = 'Wyślij wiadomość';
-$wb['View messages'] = 'Pokaż wiadomość';
-$wb['Support'] = 'Pomoc';
-
-?>
-
-
+<?php
+$wb['Support Message'] = 'Wiadomość pomocy';
+$wb['Message'] = 'Wiadomość';
+$wb['Send message'] = 'Wyślij wiadomość';
+$wb['View messages'] = 'Pokaż wiadomość';
+$wb['Support'] = 'Pomoc';
+?>

--
Gitblit v1.9.1