Merge pull request #1865 from deepak-srivastava/act-report
[civicrm-core.git] / CRM / Core / Controller.php
index 6431b4eb266cd0e669305d1f5efb4079d70aefbc..22a5bf579c6f1f72e6c31f44a83cb9456a95b939 100644 (file)
@@ -802,7 +802,7 @@ class CRM_Core_Controller extends HTML_QuickForm_Controller {
    */
   public function invalidKeyRedirect() {
     if ($this->_entryURL) {
-      CRM_Core_Session::setStatus(ts('We need a simple clear error message here'));
+      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 {