diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index ba1dc14024..21bf5957a1 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-26 Raul Mateos
+
+ * upgrade.php: Corrected small typo and tag errors.
+
+
2007-08-23 Sancho Lerena
* datos_agente.php: Fix delete button for String data.
diff --git a/pandora_console/upgrade.php b/pandora_console/upgrade.php
index a707e2f7dc..72ea11923e 100644
--- a/pandora_console/upgrade.php
+++ b/pandora_console/upgrade.php
@@ -200,7 +200,7 @@ upgrade Pandora FMS 1.2 to Pandora FMS 1.3
echo "Warning: You already have a config.php file in this directory, please backup and move it before continue.
";
}
echo "Warning: This upgrade tool will overwrite and change your existing Pandora FMS
-Database and only could be used to upgrade fron Pandora FMS 1.2 to Pandora FMS 1.3. Before contine, please be sure that you
+Database and only could be used to upgrade fron Pandora FMS 1.2 to Pandora FMS 1.3. Before continue, please be sure that you
have made a SQL backup using mysqldump system tool as described in documentation.
";
echo "
@@ -244,7 +244,7 @@ function install_step2() {
echo "
";
@@ -349,7 +349,7 @@ function install_step4() {
Pandora FMS upgrade wizard. Step #4 of 5
-
Modifing database schema and adding data
2>This could take a while...please wait
+
Modifing database schema and adding data
This could take a while... please wait
";
if (! mysql_connect ($dbhost,$dbuser,$dbpassword)) {
check_generic ( 0, "Connection with Database");
@@ -405,7 +405,7 @@ $BASE_URL="'.$url.'"; // Base URL
";
if ($everything_ok == 1) {
- echo "
";
+ echo "
";
} else {
echo "
There was some problems. Installation is not completed.
Please correct failures, and restore original DB before trying again.
";
@@ -430,7 +430,7 @@ function install_step5() {
Pandora FMS upgrade wizard. Finished