Skip to content

Commit

Permalink
Fix some typos in messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrand committed Feb 11, 2009
1 parent 00e5f2e commit 37de009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/strings_english.txt
Expand Up @@ -687,8 +687,8 @@ $s_click_to_login = 'Click here to login';
$s_warning_plain_password_authentication = '<strong>WARNING:</strong> Plain password authentication is used, this will expose your passwords to administrators.';
$s_warning_default_administrator_account_present = "<strong>WARNING:</strong> You should disable the default 'administrator' account or change its password.";
$s_warning_admin_directory_present = '<strong>WARNING:</strong> Admin directory should be removed.';
$s_error_database_version_out_of_date_1 = '<strong>ERROR:</strong> 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 = '<strong>ERROR:</strong> 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 = '<strong>ERROR:</strong> 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 = '<strong>ERROR:</strong> 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 = '<strong>WARNING:</strong> The database structure may be out of date. Please upgrade <a href="admin/install.php">here</a> before logging in.';
$s_error_code_version_out_of_date = '<strong>WARNING:</strong> The database structure is more up-to-date than the code installed. Please upgrade the code.';

Expand Down

0 comments on commit 37de009

Please sign in to comment.