Skip to content

Commit

Permalink
Fix #14122: Revised message for error 2800
Browse files Browse the repository at this point in the history
The message now reflects the fact that an invalid security token error
is often triggered because of a session timeout.
  • Loading branch information
dregad committed Apr 14, 2012
1 parent 8286ba4 commit aa9bf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/strings_english.txt
Expand Up @@ -294,7 +294,7 @@ $MANTIS_ERROR[ERROR_COLUMNS_INVALID] = 'Field "%1$s" contains invalid field "%2$
$MANTIS_ERROR[ERROR_SESSION_HANDLER_INVALID] = 'Invalid session handler.';
$MANTIS_ERROR[ERROR_SESSION_VAR_NOT_FOUND] = 'Session variable "%1$s" not found.';
$MANTIS_ERROR[ERROR_SESSION_NOT_VALID] = 'Your session has become invalidated.';
$MANTIS_ERROR[ERROR_FORM_TOKEN_INVALID] = 'Invalid form security token. Did you submit the form twice by accident?';
$MANTIS_ERROR[ERROR_FORM_TOKEN_INVALID] = 'Invalid form security token. This could be caused by a session timeout, or accidentally submitting the form twice.';
$MANTIS_ERROR[ERROR_INVALID_REQUEST_METHOD] = 'This page cannot be accessed using this method.';
$MANTIS_ERROR[ERROR_INVALID_SORT_FIELD] = 'Invalid sort field.';
$MANTIS_ERROR[ERROR_INVALID_DATE_FORMAT] = 'Invalid date format.';
Expand Down

0 comments on commit aa9bf38

Please sign in to comment.