|
From: Ken T. <ke...@us...> - 2003-07-23 01:22:19
|
Update of /cvsroot/phpbt/phpbt/languages In directory sc8-pr-cvs1:/tmp/cvs-serv23265/languages Modified Files: en.php Log Message: Added additional-comments searching support. Fixes RFE 722667 and many many more! - ken Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- en.php 4 Jun 2003 18:47:20 -0000 1.38 +++ en.php 23 Jul 2003 01:22:12 -0000 1.39 @@ -103,7 +103,7 @@ 'Database' => 'Database', 'ReportedOnSite' => 'Reported on Site', 'Summary' => 'Summary', - 'DescriptionEntry' => 'A description entry', + 'DescriptionEntry' => 'Description / Comment', 'SortBy' => 'Sort By', 'SortBy_BugNumber' => 'Bug Number', 'SortBy_Severity' => 'Severity', |