From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by dpage: r4697 - trunk/www/pgadmin3/cnt |
Date: | 2005-11-07 10:05:48 |
Message-ID: | 200511071005.jA7A5msq017848@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: dpage
Date: 2005-11-07 10:05:47 +0000 (Mon, 07 Nov 2005)
New Revision: 4697
Modified:
trunk/www/pgadmin3/cnt/cnt_index.php
Log:
Typo
Modified: trunk/www/pgadmin3/cnt/cnt_index.php
===================================================================
--- trunk/www/pgadmin3/cnt/cnt_index.php 2005-11-07 10:04:49 UTC (rev 4696)
+++ trunk/www/pgadmin3/cnt/cnt_index.php 2005-11-07 10:05:47 UTC (rev 4697)
@@ -57,7 +57,7 @@
<li><?php echo _("Support for Asynchronous Notifications in the query tool."); ?></li>
</ul>
<br>
- <?php echo sprintf(_("As well as many other tweaks, improvements and bug fixes, details of which may be found on the <a href=\"%\">changelog</a>."), http://www.pgadmin.org/development.php#changelog) ?>
+ <?php echo sprintf(_("As well as many other tweaks, improvements and bug fixes, details of which may be found on the <a href=\"%s\">changelog</a>."), "http://www.pgadmin.org/development.php#changelog"); ?>
<br><br>
<?php echo _("I would like to take this opportunity to thank all those who gave their time to help with the development, testing, translation and packaging of this release."); ?>
<br><br>
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2005-11-07 10:07:46 | pgAdmin v1.4.0 Released |
Previous Message | svn | 2005-11-07 10:04:49 | SVN Commit by dpage: r4696 - trunk/www/pgadmin3/cnt |