Index: cnt_mirrors.php =================================================================== RCS file: /projects/www/pgadmin3/cnt/cnt_mirrors.php,v retrieving revision 1.11 retrieving revision 1.12 diff -Lpgadmin3/cnt/cnt_mirrors.php -Lpgadmin3/cnt/cnt_mirrors.php -u -w -r1.11 -r1.12 --- pgadmin3/cnt/cnt_mirrors.php +++ pgadmin3/cnt/cnt_mirrors.php @@ -8,7 +8,7 @@ // Create a connexion // if(!$conn) { - echo _("Could not connect to the mirror database.")."
"; + echo _("Could not connect to the mirror database.")."

"; echo sprintf(_("Feel free to download pgAdmin from PostgreSQL primary FTP site."), "http://www.postgresql.org/ftpsite")."
"; $_error = true; } @@ -25,7 +25,7 @@ if(!$res) { - echo _("Could not connect to the mirror table.")."
"; + echo _("Could not connect to the mirror table.")."

"; echo sprintf(_("Feel free to download pgAdmin from PostgreSQL primary FTP site."), "http://www.postgresql.org/ftpsite")."
"; $_error = true; } @@ -41,7 +41,7 @@ // $ii = pg_num_rows($res); if($ii == 0) { - echo _("No mirrors could be found.")."
"; + echo _("No mirrors could be found.")."

"; echo sprintf(_("Feel free to download pgAdmin from PostgreSQL primary FTP site."), "http://www.postgresql.org/ftpsite/pgadmin3/")."
"; } else { $content = "\n";
$prompt