|
From: Doug K. <dou...@us...> - 2002-06-23 02:47:59
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english
In directory usw-pr-cvs1:/tmp/cvs-serv2600/language/lang_english
Modified Files:
Tag: phpBB-2_0_0
lang_main.php
Log Message:
Ok, I've done so much here, I can hardly remember what I've done...
There are various security updates throughout the commit, along with a few
bug fixes; I'll try to name them here.
---
Bug #453: Fixed.
Bug #485: Duplicate of #453, but still fixed.
Bug #476: Ok, the typo is fixed.
---
That should be it, but I'll have more fixes tomorrow. (Finally, I have
figured out regular expressions!!!)
--Doug
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v
retrieving revision 1.85.2.3
retrieving revision 1.85.2.4
diff -C2 -r1.85.2.3 -r1.85.2.4
*** lang_main.php 12 May 2002 17:57:34 -0000 1.85.2.3
--- lang_main.php 23 Jun 2002 02:47:56 -0000 1.85.2.4
***************
*** 631,635 ****
$lang['Agree_under_13'] = 'I Agree to these terms and am <b>under</b> 13 years of age';
! $lang['Agree_over_13'] = 'I Agree to these terms and am <b>over</b> 13 years of age';
$lang['Agree_not'] = 'I do not agree to these terms';
--- 631,635 ----
$lang['Agree_under_13'] = 'I Agree to these terms and am <b>under</b> 13 years of age';
! $lang['Agree_over_13'] = 'I Agree to these terms and am <b>over</b> or <b>exactly</b> 13 years of age';
$lang['Agree_not'] = 'I do not agree to these terms';
***************
*** 1006,1008 ****
// -------------------------------------------------
! ?>
\ No newline at end of file
--- 1006,1008 ----
// -------------------------------------------------
! ?>
|