|
From: Doug K. <dou...@us...> - 2001-10-15 00:38:33
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv26258/language/lang_english Modified Files: lang_main.php Log Message: A few minor bug fixes in the group control panel. Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** lang_main.php 2001/10/14 15:47:23 1.4 --- lang_main.php 2001/10/15 00:38:30 1.5 *************** *** 1006,1009 **** --- 1006,1012 ---- $lang['No_group_moderator'] = "You must specify a moderator for this group"; $lang['No_group_mode'] = "You must specify a mode for this group, open or closed"; + $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."; + |