|
From: <sv...@va...> - 2005-09-27 16:54:05
|
Author: njn
Date: 2005-09-27 17:54:02 +0100 (Tue, 27 Sep 2005)
New Revision: 203
Log:
Change "SVN Repos" to "Code Repository"; one guy didn't find it because
he was looking for CVS, hopefully this makes that less likely.
Modified:
trunk/php/menu.php
Modified: trunk/php/menu.php
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/php/menu.php 2005-09-27 15:21:09 UTC (rev 202)
+++ trunk/php/menu.php 2005-09-27 16:54:02 UTC (rev 203)
@@ -34,7 +34,7 @@
=20
$devel =3D array(
array( 'url'=3D>'platforms.html', 'tag'=3D>'Supported Platforms' ),
- array( 'url'=3D>'cvs_svn.html', 'tag'=3D>'SVN Repos' ),
+ array( 'url'=3D>'cvs_svn.html', 'tag'=3D>'Code Repository' ),
array( 'url'=3D>'guis.html', 'tag'=3D>'Front Ends / GUIs' ),
array( 'url'=3D>'projects.html', 'tag'=3D>'Project Suggestions' )
/*array( 'url'=3D>'consultants.html', 'tag'=3D>'Commercial Support' )=
*/
|