----------------------------------------
* CRM-13621: Handle invalid session errors especially for public pages in a nicer manner
http://issues.civicrm.org/jira/browse/CRM-13621
*/
public function invalidKeyRedirect() {
if ($this->_entryURL) {
- CRM_Core_Session::setStatus(ts('We have lost your user session and are unable to complete your form submission. We have returned you to the initial step in the form which you can complete and resubmit. If you experience continued difficulties, please contact us for assistance.'));
+ CRM_Core_Session::setStatus(ts('Your browser session has expired and we are unable to complete your form submission. We have returned you to the initial step so you can complete and resubmit the form. If you experience continued difficulties, please contact us for assistance.'));
return CRM_Utils_System::redirect($this->_entryURL);
}
else {