|
From: Benjamin C. <bc...@us...> - 2004-08-23 13:01:47
|
Update of /cvsroot/phpbt/phpbt/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12766/languages Modified Files: Tag: htmltemplates en.php Log Message: Fixes bug #1005698 - User can list bugs for a project for which he has no permission to view. Original fix provided by Mufasa. Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.39.2.1 retrieving revision 1.39.2.2 diff -u -r1.39.2.1 -r1.39.2.2 --- en.php 20 Jul 2004 10:36:25 -0000 1.39.2.1 +++ en.php 23 Aug 2004 13:01:33 -0000 1.39.2.2 @@ -346,6 +346,7 @@ "Bugs reported by me" => "Bugs reported by me", "Personal Page" => "Personal Page", "Logout %s" => "Logout %s", + "You do not have the rights to view this project." => "You do not have the rights to view this project.", ); ?> \ No newline at end of file |