Commit 71cb062c91a149b33e2d45f1ebd472c92e9d9d16

Authored by kevin_fourie
1 parent c4144f6f

KTC-154

"Space needed between words on the Confirm backup page of the DB Upgrade Wizard after upgrade."
Fixed.

Committed By: Kevin
Reviewed By: Jalaloedien

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6906 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 3 deletions
setup/upgrade.php
... ... @@ -520,7 +520,7 @@ Your mysql installation has been resolved. Manually, you would do the following:
520 520 else
521 521 {
522 522 ?>
523   -The mysql backup utility could not be found automatically. Either do a manual backup, or edit the config.ini and update the backup/mysqlDirectory entry.
  523 +The mysql backup utility could not be found automatically. Either do a manual backup, or edit the config.ini and update the backup/mysql Directory entry.
524 524 <P>
525 525 You can continue to do the backup manually using the following process:
526 526 <P>
... ... @@ -661,7 +661,7 @@ Manually, you would do the following to restore the backup:
661 661 else
662 662 {
663 663 ?>
664   -The mysql backup utility could not be found automatically. Either do a manual restore, or edit the config.ini and update the backup/mysqlDirectory entry.
  664 +The mysql backup utility could not be found automatically. Either do a manual restore, or edit the config.ini and update the backup/mysql Directory entry.
665 665 <P>
666 666 You can continue to do the restore manually using the following command(s):
667 667 <P>
... ... @@ -741,7 +741,7 @@ function backupDone()
741 741 else
742 742 {
743 743 ?>
744   - The mysql backup utility could not be found automatically. Please edit the config.ini and update the backup/mysqlDirectory entry.
  744 + The mysql backup utility could not be found automatically. Please edit the config.ini and update the backup/mysql Directory entry.
745 745 <P>
746 746 If you need to restore from this backup, you should be able to use the following statements:
747 747 <P>
... ...