From 0f0d37b85cfd3aea57c1d54ff005d881b55af304 Mon Sep 17 00:00:00 2001 From: Kamil Domanski <kdomanski@kdemail.net> Date: Mon, 20 Jun 2011 18:51:06 +0200 Subject: [PATCH] fixed minor string omission --- admin/templates/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/templates/users.php b/admin/templates/users.php index c6ee57a61d..0c26fd3bdf 100644 --- a/admin/templates/users.php +++ b/admin/templates/users.php @@ -4,7 +4,7 @@ <thead> <tr> <th><?php echo $l->t( 'Name' ); ?></th> - <th>Groups</th> + <th><?php echo $l->t( 'Groups' ); ?></th> <th></th> </tr> </thead> -- GitLab