diff options
| author | Luc Donnet | 2014-08-07 16:21:46 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-08-07 16:21:46 +0200 |
| commit | 01b7c31a041d879dbd04f0bcacdbddf9a9e52f28 (patch) | |
| tree | 6af66c2706e0340cce40723051d97169bfb78a64 /config | |
| parent | b952c64459e8c7b7eb249f3a209e83a855277878 (diff) | |
| download | chouette-core-01b7c31a041d879dbd04f0bcacdbddf9a9e52f28.tar.bz2 | |
Refactor search index connection_links like time_tables Refs #0026834
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/connection_links.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/connection_links.yml b/config/locales/connection_links.yml index 4fe76b36b..d1f107526 100644 --- a/config/locales/connection_links.yml +++ b/config/locales/connection_links.yml @@ -18,7 +18,7 @@ en: to: "to" index: title: "Connection links" - name: "Name" + name: "Search by name" departure: "Start of link" arrival: "End of link" selection: "Selection" @@ -81,7 +81,7 @@ fr: from: "De" to: "vers" index: - name: "Nom" + name: "Recherche par nom" title: "Correspondances" departure: "Arrêt de départ" arrival: "Arrêt d'arrivée" |
