X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;ds=sidebyside;f=application%2Fviews%2Fscripts%2Fidx%2Findex.phtml;h=1e34d35f8791c35b93e02c0f3d6247633366f2fa;hb=556c960d0d6dc38ad3de6267936a4ab69a322eb0;hp=455f90b6f1f3010b2bfd056317a3c7edbeaff97e;hpb=6633e95b89c1d1eba9b7b0e612becaf11b085d69;p=syj.git diff --git a/application/views/scripts/idx/index.phtml b/application/views/scripts/idx/index.phtml index 455f90b..1e34d35 100644 --- a/application/views/scripts/idx/index.phtml +++ b/application/views/scripts/idx/index.phtml @@ -18,9 +18,9 @@ if ($this->errorMsg) { $message .= $this->errorMsg; $msgclass = "error"; } else if (!$this->path and !$this->loggedUser) { - $message .= $this->translate('Welcome on Syj.'); + $message .= $this->translate('To create a journey, press "start a route" button, then click on the map to add points. To delete a point, hold shift pressed while clicking on it.'); $message .= "
"; - $message .= $this->translate('To create a journey, just press "start a route" button, then click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner'); + $message .= $this->translate('You can zoom and move the map with the controls in the top left corner.'); $message .= "
"; $message .= $this->translate('When you have finished a path, press "create", button.'); $msgclass = "info optional"; @@ -71,12 +71,9 @@ if ($this->errorMsg) {