diff options
| author | Michel Etienne | 2014-08-13 11:16:54 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-08-13 11:16:54 +0200 |
| commit | 8157af57a17b75eb4e710de940b8fe15244bf561 (patch) | |
| tree | e922ef50a87d8fab380e80c9b17d1f1f6d621bb5 /config | |
| parent | f6b44e1f7745ae7bd4aa775564478f876d14229c (diff) | |
| download | chouette-core-8157af57a17b75eb4e710de940b8fe15244bf561.tar.bz2 | |
use font awesome icon for duplicate and combine actions
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/stop_points.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/stop_points.yml b/config/locales/stop_points.yml index 2a4c90766..540fdc650 100644 --- a/config/locales/stop_points.yml +++ b/config/locales/stop_points.yml @@ -19,6 +19,8 @@ en: subtitle: "Stops on route ordered" move: "Move" no_stop_point: "No stop point on route" + stop_point: + lines: "lines" activerecord: models: stop_point: @@ -49,6 +51,8 @@ fr: subtitle: "Arrêts dans l'ordre de parcours" move: "Déplacer" no_stop_point: "Aucun arrêt dans la séquence" + stop_point: + lines: "lignes" activerecord: models: stop_point: |
