mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Remove hard-coded text
This commit is contained in:
@@ -128,7 +128,7 @@ if (!$dont_check_update)
|
||||
}
|
||||
|
||||
// set 'master' to true to prevent other upgrades from running before it is complete.
|
||||
$dbupdate['706_to_800'] = array('master'=>true, 'title'=>LAN_UPDATE_8.' 1.x '.LAN_UPDATE_9.' 2.0','message'=>"Depending on your particular configuration, you may need to be run several upgrade processes.");
|
||||
$dbupdate['706_to_800'] = array('master'=>true, 'title'=>LAN_UPDATE_8.' 1.x '.LAN_UPDATE_9.' 2.0','message'=> LAN_UPDATE_29);
|
||||
$dbupdate['core_prefs'] = array('master'=>true, 'title'=>LAN_UPDATE_13); // Prefs check
|
||||
// $dbupdate['70x_to_706'] = LAN_UPDATE_8.' .70x '.LAN_UPDATE_9.' .706';
|
||||
} // End if (!$dont_check_update)
|
||||
|
@@ -29,6 +29,7 @@ define('LAN_UPDATE_25', 'Deleting obsolete table: ');
|
||||
define('LAN_UPDATE_26', 'Extending IP address field: ');
|
||||
define('LAN_UPDATE_27', 'Adding Table: ');
|
||||
define('LAN_UPDATE_28', '--COUNT-- saved emails moved');
|
||||
define('LAN_UPDATE_29', 'Depending on your particular configuration, you may need to run the upgrade process several times.');
|
||||
|
||||
// Everything below here needs reviewing.
|
||||
|
||||
|
Reference in New Issue
Block a user