Commit f9c701a176a1a197f8d136c5b14b7618fc3a83d1

Authored by kevin_fourie
1 parent 00ad5548

Merged in from DEV trunk...

KTC-156
"KnowledgeTree still noted on the first page of the upgrade wizard after and upgrade install completes."
Fixed. Description of work done...

Committed By: Kevin
Reviewed By: Jalaloedien


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6901 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
setup/upgrade.php
... ... @@ -226,7 +226,7 @@ function login()
226 226 {
227 227 ?>
228 228 <P>
229   -The database upgrade wizard completes the upgrade process on an existing KnowledgeTree installation. It applies
  229 +The database upgrade wizard completes the upgrade process on an existing <?php echo APP_NAME;?> installation. It applies
230 230 any upgrades to the database that may be required.
231 231 <P>
232 232 Only administrator users may access the upgrade wizard.
... ...