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/dns/lib/lang/pl_dns_template.lng |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/interface/web/dns/lib/lang/pl_dns_template.lng b/interface/web/dns/lib/lang/pl_dns_template.lng
index 42ef5f5..f3e7563 100644
--- a/interface/web/dns/lib/lang/pl_dns_template.lng
+++ b/interface/web/dns/lib/lang/pl_dns_template.lng
@@ -1,7 +1,6 @@
-<?php
-$wb["name_txt"] = 'Nazwa';
-$wb["fields_txt"] = 'Pola';
-$wb["template_txt"] = 'Szablon';
-$wb["visible_txt"] = 'Widoczność';
-?>
-
+<?php
+$wb['name_txt'] = 'Nazwa';
+$wb['fields_txt'] = 'Pola';
+$wb['template_txt'] = 'Szablon';
+$wb['visible_txt'] = 'Widoczność';
+?>

--
Gitblit v1.9.1