diff options
| author | jpl | 2017-06-28 11:43:35 +0200 | 
|---|---|---|
| committer | jpl | 2017-06-28 11:43:35 +0200 | 
| commit | 38127d1befe05472b7d626fcf152f5506d1d835d (patch) | |
| tree | cb41f0e01aadecb0a0b04eee047d95faff6a3de2 | |
| parent | f3e4c7f277f7b73e6497ea2aabef130125760fa7 (diff) | |
| download | chouette-core-38127d1befe05472b7d626fcf152f5506d1d835d.tar.bz2 | |
Refs #3549: changing wording for routes wayback
| -rw-r--r-- | config/locales/routes.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/routes.fr.yml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config/locales/routes.en.yml b/config/locales/routes.en.yml index 718521c51..d8160772f 100644 --- a/config/locales/routes.en.yml +++ b/config/locales/routes.en.yml @@ -58,7 +58,7 @@ en:          comment: "Comments"          number: "Number"          direction: "Direction" -        wayback: "Wayback" +        wayback: "Direction"          stop_points: "Nb Stop points"          opposite_route: "Reversed route"          opposite_route_id: "Reversed route" diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml index 67e538be4..0af2832a2 100644 --- a/config/locales/routes.fr.yml +++ b/config/locales/routes.fr.yml @@ -58,7 +58,7 @@ fr:          number: "Indice"          comment: "Commentaire"          direction: "Direction" -        wayback: "Sens" +        wayback: "Direction"          stop_points: "Nb arrêts"          journey_patterns: "Nb missions"          opposite_route: "Itinéraire associé" | 
