|
From: Jon O. <jon...@us...> - 2007-07-25 23:12:47
|
Update of /cvsroot/mxbb/mx_bugsbt/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16703/lang_english Modified Files: lang_main.php Log Message: New Notification prefix Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 12 Jul 2007 22:45:22 -0000 1.4 --- lang_main.php 25 Jul 2007 23:12:41 -0000 1.5 *************** *** 51,54 **** --- 51,55 ---- // Notification // + $lang['bugsbt_prefix'] = '[ BT ]'; $lang['bugsbt_notify_subject_new'] = 'New Bug!'; $lang['bugsbt_notify_subject_edited'] = 'Edited Bug!'; |