diff options
| author | Zog | 2017-12-18 11:19:05 +0100 |
|---|---|---|
| committer | Zog | 2017-12-19 13:21:49 +0100 |
| commit | 69271aaae3df5fb50249dd0428945804135b1f8e (patch) | |
| tree | 3b58683a2fc14c65d2e9225a84aed1765774c11d | |
| parent | aef2f87d6a64072bab3766094f483127d2e7bb38 (diff) | |
| download | chouette-core-69271aaae3df5fb50249dd0428945804135b1f8e.tar.bz2 | |
Refs #5231@0.1h; Fix wrong I18n
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" |
