]> dev.renevier.net Git - syj.git/blobdiff - application/forms/Geom.php
change file upload label
[syj.git] / application / forms / Geom.php
index 4515f016e10956722deb89114579a1eee7bd009d..171450983100004a79cb6b7ed74cd3e453740886 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Geom extends Zend_Form implements Syj_Processor_Interface
@@ -14,7 +14,7 @@ class Syj_Form_Geom extends Zend_Form implements Syj_Processor_Interface
 
         $data = array('Hidden', 'geom_data', array('required' => true, 'decorators' => array('ViewHelper', 'Errors')));
 
-        $upload = array('File', 'geom_upload', array("label" => $translator->translate("choose route from a file"),
+        $upload = array('File', 'geom_upload', array("label" => $translator->translate("Draw journey on the map or choose one from a file"),
                                         'validators' => array(),
                                         'ignoreNoFile' => true,
                                         'decorators' => array(