|
From: James A. <th...@us...> - 2001-12-17 10:03:37
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv23609/language/lang_english Modified Files: lang_admin.php Log Message: Fixed bug #492183, added checking on theme name when creating new theme. Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** lang_admin.php 2001/12/17 00:39:47 1.21 --- lang_admin.php 2001/12/17 10:03:33 1.22 *************** *** 580,583 **** --- 580,584 ---- $lang['No_template_dir'] = "Could not open the template directory. It may be unreadable by the webserver or may not exist"; $lang['Cannot_remove_style'] = "You cannot remove the style selected since it is currently the forum default. Please change the default style and try again."; + $lang['Style_exists'] = "The style name to selected already exists, please go back and choose a different name."; $lang['Click_return_styleadmin'] = "Click %sHere%s to return to Style Administration"; |