X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FIdxController.php;h=527f77e9a7a555956daa2f865eb0d7ef8229a37f;hp=0b53b2a6fd22d32db56dc274fe83aec51bd5d49b;hb=2d66d0fe742edb3d91af7f76154619ecbcf75c6d;hpb=ec061a75fe57a25eb7ef0894f5e723397ba35472 diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index 0b53b2a..527f77e 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -84,7 +84,7 @@ class IdxController extends Zend_Controller_Action $this->view->jslocales = array( 'saveSuccess' => __("save took place successfully"), 'requestError' => __("server did not understood request. That's probably caused by a bug in SYJ"), - 'gonePathError' => __("route has been deleted from the server."), + 'gonePathError' => __("route not referenced on the server. It has probably been deleted."), 'uniquePathError' => __("similar path seems to already exist. Please do not create two exactly identical paths"), 'notReachedError' => __("server could not be reached"), 'serverError' => __("there was a server error"),