From 813a79d6e734f1b46fec6b09c892d19aa1f8dcdc Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 22 Oct 2010 10:06:39 -0400
Subject: [PATCH] Fixed: FS#1382 - Doubling of ftp usernames while changing passwords only

---
 interface/web/admin/lib/lang/pl_software_repo_list.lng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/web/admin/lib/lang/pl_software_repo_list.lng b/interface/web/admin/lib/lang/pl_software_repo_list.lng
index c20873e..abf93b8 100644
--- a/interface/web/admin/lib/lang/pl_software_repo_list.lng
+++ b/interface/web/admin/lib/lang/pl_software_repo_list.lng
@@ -1,7 +1,7 @@
 <?php
-$wb["list_head_txt"] = 'Repozytoria';
-$wb["active_txt"] = 'Aktywny';
-$wb["repo_name_txt"] = 'Repozytoria';
-$wb["repo_url_txt"] = 'URL';
+$wb['list_head_txt'] = 'Repozytoria';
+$wb['active_txt'] = 'Aktywny';
+$wb['repo_name_txt'] = 'Repozytoria';
+$wb['repo_url_txt'] = 'URL';
 ?>
-
+

--
Gitblit v1.9.1