Index: trunk/admin/install.php =================================================================== diff -u -r175 -r192 --- trunk/admin/install.php (.../install.php) (revision 175) +++ trunk/admin/install.php (.../install.php) (revision 192) @@ -445,7 +445,7 @@ if (str_replace('.', '', GetMaxPortalVersion($pathtoroot.$admin)) >= 105 && $g_LicenseCode == '') { $state = 'reinstall'; - $inst_error = "Please update your license infromation before running upgrade!"; + $inst_error = "Please don't use 'Existing License' option, instead either Download from Intechnic or Upload a new license file!"; } else { $sql = "SELECT Name, Version FROM ".$g_TablePrefix."Modules";