Index: trunk/admin/install.php =================================================================== diff -u -r192 -r197 --- trunk/admin/install.php (.../install.php) (revision 192) +++ trunk/admin/install.php (.../install.php) (revision 197) @@ -445,7 +445,7 @@ if (str_replace('.', '', GetMaxPortalVersion($pathtoroot.$admin)) >= 105 && $g_LicenseCode == '') { $state = 'reinstall'; - $inst_error = "Please don't use 'Existing License' option, instead either Download from Intechnic or Upload a new license file!"; + $inst_error = "Your license must be updated before you can upgrade. 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";