diff options
| author | Zog | 2017-12-19 16:10:15 +0100 |
|---|---|---|
| committer | Zog | 2017-12-19 16:10:15 +0100 |
| commit | 4b9eebda5bb81a214c87351c01c720c0cb0cf2e8 (patch) | |
| tree | b82f4c685bef58509b5649559d2519f8791849ba /config | |
| parent | 4983eca8f4be6acf00589d4d34e7dc17377bb070 (diff) | |
| download | chouette-core-4b9eebda5bb81a214c87351c01c720c0cb0cf2e8.tar.bz2 | |
Refs #5287; Uniformize actions5287-clean-links-in-stop-areas-index
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/stop_areas.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/stop_areas.fr.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/stop_areas.en.yml b/config/locales/stop_areas.en.yml index 324294892..54a5ebae5 100644 --- a/config/locales/stop_areas.en.yml +++ b/config/locales/stop_areas.en.yml @@ -15,7 +15,7 @@ en: actions: new: "Add a new stop" edit: "Edit this stop" - destroy: "Remove this stop" + destroy: "Remove" deleted_at: "Activated" destroy_confirm: "Are you sure you want destroy this stop and all of his children ?" select_parent: "Create or modify the relation child -> parent" diff --git a/config/locales/stop_areas.fr.yml b/config/locales/stop_areas.fr.yml index bf4dd832f..f96a2e564 100644 --- a/config/locales/stop_areas.fr.yml +++ b/config/locales/stop_areas.fr.yml @@ -15,7 +15,7 @@ fr: actions: new: "Ajouter un arrêt" edit: "Editer cet arrêt" - destroy: "Supprimer cet arrêt" + destroy: "Supprimer" deleted_at: "Activé" destroy_confirm: "Etes vous sûr de supprimer cet arrêt ainsi que tous ses fils?" select_parent: "Créer ou éditer la relation enfant -> parent" |
