Index: trunk/admin/install/upgrades/changelog_1_0_5.txt =================================================================== diff -u -r188 -r192 --- trunk/admin/install/upgrades/changelog_1_0_5.txt (.../changelog_1_0_5.txt) (revision 188) +++ trunk/admin/install/upgrades/changelog_1_0_5.txt (.../changelog_1_0_5.txt) (revision 192) @@ -134,5 +134,3 @@ Added label "lu_editors_picks" Added label "la_tab_AdvancedView" Added label "la_title_AdvancedView" -Added label "la_tab_AdvancedView" -Added label "la_title_AdvancedView" 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";