|
From: Paul S. O. <ps...@us...> - 2001-12-01 01:25:09
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv29748/language/lang_english Modified Files: lang_admin.php Log Message: Backtrack on IDENTITY ... doh Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** lang_admin.php 2001/11/30 23:15:53 1.15 --- lang_admin.php 2001/12/01 01:25:06 1.16 *************** *** 441,445 **** $lang['delete_group_moderator'] = "Delete the old group moderator?"; $lang['delete_moderator_explain'] = "If you're changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group."; ! $lang['return_group_admin'] = "Click %sHere%s to return to Group Administration."; $lang['Select_group'] = "Select a group"; $lang['Look_up_group'] = "Look up group"; --- 441,445 ---- $lang['delete_group_moderator'] = "Delete the old group moderator?"; $lang['delete_moderator_explain'] = "If you're changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group."; ! $lang['Click_return_groupsadmin'] = "Click %sHere%s to return to Group Administration."; $lang['Select_group'] = "Select a group"; $lang['Look_up_group'] = "Look up group"; |