From 913c4e134a28c494b981f5e8263c8205534a23ae Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 28 Mar 2003 11:34:57 +0000 Subject: [PATCH] corrected layout --- presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc b/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc index 313b649..e7f3012 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc @@ -16,9 +16,9 @@ function getPage($iUserID, $iGroupID) { if (isset($iUserID)) { $oUser = User::get($iUserID); - $heading = "Are you Sure you wish to assign the User to the Group?\n"; + $heading = "Are you Sure you wish to assign the User to the Group?\n"; } else{ - $heading = "Please Assign a User to a Group:\n"; + $heading = "Please Assign a User to a Group:\n"; } if (isset($iGroupID)) { $oGroup = Group::get($iGroupID); -- libgit2 0.21.4