SVN Commit by dpage: r4132 - trunk/www/pgadmin3/cnt - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4132 - trunk/www/pgadmin3/cnt
Date
Msg-id 200505041545.j44Fj2LH004083@dev.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2005-05-04 16:45:02 +0100 (Wed, 04 May 2005)
New Revision: 4132

Modified:
   trunk/www/pgadmin3/cnt/cnt_development.php
Log:
Ooops, missed a couple of CVS references.

Modified: trunk/www/pgadmin3/cnt/cnt_development.php
===================================================================
--- trunk/www/pgadmin3/cnt/cnt_development.php    2005-05-04 15:42:34 UTC (rev 4131)
+++ trunk/www/pgadmin3/cnt/cnt_development.php    2005-05-04 15:45:02 UTC (rev 4132)
@@ -9,7 +9,7 @@

 <div id="bodyText">

-  <h1 id="cvs"><?php echo _("SVN access");?></h1>
+  <h1 id="svn"><?php echo _("SVN access");?></h1>
   <dd>
       <?php echo _("pgAdmin III is available subject to the terms of the Artistic Licence.");?>
     <?php echo sprintf(_("pgAdmin III is developed using a Subversion or SVN repository to hold the source code.
Accessto the repository is available through a <a href='%s'>web interface</a> or using your favourite SVN client."),
"http://svn.pgadmin.org");?>
@@ -111,7 +111,7 @@
    <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef" dir='ltr'>
       <tr><td>
     <?php echo _("This section is available in English only.");?><br><br>
-    <?php echo _("The information displayed is extracted automatically from pgAdmin CVS.");?>
+    <?php echo _("The information displayed is extracted automatically from pgAdmin SVN.");?>
     <?php
         $_file=$_SERVER["DOCUMENT_ROOT"]."/svnrepo/CHANGELOG.txt";
         if (file_exists($_file)) {


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4131 - trunk/www/pgadmin3/cnt
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4133 - trunk/www/pgadmin3/cnt