From 01d2d115100d2083f7c4a0d6a7e5c5171acc4bbc Mon Sep 17 00:00:00 2001
From: pedro_morgan <pedro_morgan@ispconfig3>
Date: Sun, 19 Aug 2007 02:43:18 -0400
Subject: [PATCH] Minor edits and spelling

---
 interface/web/admin/list/groups.list.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/admin/list/groups.list.php b/interface/web/admin/list/groups.list.php
index 9b8537e..98c3ffc 100644
--- a/interface/web/admin/list/groups.list.php
+++ b/interface/web/admin/list/groups.list.php
@@ -15,7 +15,7 @@
 //* Database table
 $liste['table'] 			= 'sys_group';
 
-//* Primarty index column
+//* Primary index column
 $liste['table_idx']			= 'groupid';
 
 //* Search Field Prefix
@@ -36,7 +36,7 @@
 //* Paging Template
 $liste['paging_tpl']		= 'templates/paging.tpl.htm';
 
-// Script File der Liste ?
+//* Enable auth
 $liste['auth']				= 'no';
 
 

--
Gitblit v1.9.1