diff --git a/lang/strings_english.txt b/lang/strings_english.txt index 67396f9ff9..98c9fff726 100644 --- a/lang/strings_english.txt +++ b/lang/strings_english.txt @@ -1613,7 +1613,7 @@ If you requested this verification, visit the following URL to change your passw ERROR_SESSION_HANDLER_INVALID => 'Invalid session handler.', ERROR_SESSION_VAR_NOT_FOUND => 'Session variable "%1$s" not found.', ERROR_SESSION_NOT_VALID => 'Your session has become invalidated.', - ERROR_FORM_TOKEN_INVALID => 'Invalid form security token. Did you submit the form twice by accident?', + ERROR_FORM_TOKEN_INVALID => 'Invalid form security token. This could be caused by a session timeout, or accidentally submitting the form twice.', ERROR_CRYPTO_MASTER_SALT_INVALID => 'For security reasons MantisBT will not operate when $g_crypto_master_salt is not specified correctly in config_inc.php or is shorter than 16 characters long.', ERROR_CRYPTO_CAN_NOT_GENERATE_STRONG_RANDOMNESS => 'Unable to find a source of strong randomness for cryptographic purposes.', ERROR_INVALID_REQUEST_METHOD => 'This page cannot be accessed using this method.',