|
From: James A. <th...@us...> - 2001-11-07 11:17:58
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv29872/language/lang_english Modified Files: lang_main.php Log Message: Added some code to keep the admin from deleteing the forums default style Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** lang_main.php 2001/11/07 11:10:56 1.25 --- lang_main.php 2001/11/07 11:17:55 1.26 *************** *** 1197,1200 **** --- 1197,1201 ---- $lang['Theme_updated'] = "The selected theme has been updated. Don't forget to export the new theme settings to the theme configuration file!"; $lang['Theme_created'] = "Theme created! Don't forget to export the new theme settings to the theme configuration file!"; + $lang['Cannot_remove_style'] = "The style you have selected is the current forum wide default style. Therefor, you cannot remove it. Please change the default style and try again."; |