diff --git a/lang/strings_english.txt b/lang/strings_english.txt index 3601d0f165..b7013be33f 100644 --- a/lang/strings_english.txt +++ b/lang/strings_english.txt @@ -687,8 +687,8 @@ $s_click_to_login = 'Click here to login'; $s_warning_plain_password_authentication = 'WARNING: Plain password authentication is used, this will expose your passwords to administrators.'; $s_warning_default_administrator_account_present = "WARNING: You should disable the default 'administrator' account or change its password."; $s_warning_admin_directory_present = 'WARNING: Admin directory should be removed.'; -$s_error_database_version_out_of_date_1 = 'ERROR: The database structure appears to be out of date (config(databaseversion) is 0 and old upgrade tables exist). Version 1.x of mantis introduced a new upgrade process. You appear to be upgrading from a 0.XX Release. Please upgrade to 1.0.8 or 1.1.X, then upgrade to 1.2.'; -$s_error_database_no_schema_version = 'ERROR: The database structure appears to be out of date(config(databaseversion) is 0 and old upgrade tables do not exist). Please check that your database is running - we can not retrieve the database schema version. Config Table did not return a valid database schema version - please ask for support on the mantis-help mailing list if required.'; +$s_error_database_version_out_of_date_1 = 'ERROR: The database structure appears to be out of date (config(databaseversion) is 0 and old upgrade tables exist). Version 1.x of Mantis introduced a new upgrade process. You appear to be upgrading from a 0.XX Release. Please upgrade to 1.0.8 or 1.1.X, then upgrade to 1.2.'; +$s_error_database_no_schema_version = 'ERROR: The database structure appears to be out of date (config(databaseversion) is 0 and old upgrade tables do not exist). Please check that your database is running - we can not retrieve the database schema version. Config Table did not return a valid database schema version - please ask for support on the mantis-help mailing list if required.'; $s_error_database_version_out_of_date_2 = 'WARNING: The database structure may be out of date. Please upgrade here before logging in.'; $s_error_code_version_out_of_date = 'WARNING: The database structure is more up-to-date than the code installed. Please upgrade the code.';