diff options
| author | cedricnjanga | 2017-10-16 15:27:43 +0200 | 
|---|---|---|
| committer | cedricnjanga | 2017-10-16 15:27:43 +0200 | 
| commit | 34b05e211e66dd89df0c1d9a0bc6483a34f8490c (patch) | |
| tree | 865e24eb30b8ff9203b30e884e29fb4b05779783 | |
| parent | 59038e7a772f88cd9f22891b50d96e4236c04515 (diff) | |
| download | chouette-core-34b05e211e66dd89df0c1d9a0bc6483a34f8490c.tar.bz2 | |
Fix translation parsing error
| -rw-r--r-- | config/locales/compliance_controls.en.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/locales/compliance_controls.en.yml b/config/locales/compliance_controls.en.yml index 1b8199a57..3063c35a4 100644 --- a/config/locales/compliance_controls.en.yml +++ b/config/locales/compliance_controls.en.yml @@ -110,7 +110,7 @@ en:        messages:          3_generic_3: "%{source_objectid}  : the %{source_label} attribute's value (%{error_value}) is in conflict with : %{reference_value}"        description: "The attribute's value must be unique compared to the other objects ofthe same type (related to the same line)" -        shape_control: +    shape_control:        3_shape_1: "Tracé %{source_objectid} : le tracé passe trop loin de l'arrêt %{target_0_label} (%{target_0_objectid}) : %{error_value} > %{reference_value}"        3_shape_2: "Tracé %{source_objectid} : le tracé n'est pas défini entre les arrêts %{target_0_label} (%{target_0_objectid}) et %{target_1_label} (%{target_1_objectid})"        3_shape_3: "Le tracé de l'itinéraire %{source_objectid} est en écart avec la voirie sur %{error_value} sections" | 
