customerror_page function drupal_set_title takes value of variable_get('customerror_'. $code .'_title', _customerror_fetch_error($code)) without first running it through t().
customerror_page function drupal_set_title takes value of variable_get('customerror_'. $code .'_title', _customerror_fetch_error($code)) without first running it through t().
Comments
Comment #1
gisleDuplicate of http://drupal.org/node/1430600
The solution requires integration with the Variable project. Just running the variable requests through
t()is not enough.Comment #2
gisleAdded parent issue.