]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/ContactController.php
search a place with nominatim
[syj.git] / application / controllers / ContactController.php
index e72c467514b4bb89bda10917af81261fcb995ae5..3e82c7dc8bff5f86d37e92f0a0fb7d66f2437ccb 100644 (file)
@@ -119,7 +119,7 @@ class ContactController extends Zend_Controller_Action
 
     protected function _jsLocaleStrings() {
         $this->view->jslocales = array(
-            'notEmptyField' => __("Value is required and can't be empty"),
+            'notEmptyField' => __("Value is required"),
             'invalidMail' => __("Invalid email"));
     }
 }