diff options
| author | Zog | 2017-12-18 11:19:05 +0100 |
|---|---|---|
| committer | Zog | 2017-12-18 11:19:05 +0100 |
| commit | 063fd0d31cd21adf3faabd556c9d713cdc929a90 (patch) | |
| tree | dafb83d530d587f673208ef6baa798eec64631e0 | |
| parent | 6e056466a625881c168f5c17c50a41b9952fe6de (diff) | |
| download | chouette-core-063fd0d31cd21adf3faabd556c9d713cdc929a90.tar.bz2 | |
Refs #5231@0.1h; Fix wrong I18n5321-remove-duplicated-field-in-new-line-form
Fix wrong french translation for Line.number
| -rw-r--r-- | config/locales/lines.fr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/lines.fr.yml b/config/locales/lines.fr.yml index 35f8792f4..36254d754 100644 --- a/config/locales/lines.fr.yml +++ b/config/locales/lines.fr.yml @@ -74,7 +74,7 @@ fr: deactivated: "Activé" name: "Nom de la ligne" published_name: "Nom public" - number: "Nom court" + number: "Numéro" transport_mode: "Mode de transport" transport_submode: "Sous mode de transport" seasonal: "Saisonnière" |
