diff options
| author | Teddy Wing | 2018-01-24 17:07:08 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-01-24 17:22:59 +0100 | 
| commit | 19a2bc43d04e156dbad69c2d6308701839d34f78 (patch) | |
| tree | 06bedef3b3f22fad9380fa16a1f40e6107675530 | |
| parent | 12c8ee67fbed944d643b86b8cdf3f7e9fcc4d9cc (diff) | |
| download | chouette-core-19a2bc43d04e156dbad69c2d6308701839d34f78.tar.bz2 | |
purchase_windows.fr.yml(actions.new): Specify the object
We want to be more specific in the naming here and include the name of
the object in the label.
Refs #5586
| -rw-r--r-- | config/locales/purchase_windows.fr.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/locales/purchase_windows.fr.yml b/config/locales/purchase_windows.fr.yml index bcc174d93..3d5582ead 100644 --- a/config/locales/purchase_windows.fr.yml +++ b/config/locales/purchase_windows.fr.yml @@ -23,7 +23,7 @@ fr:        11: Novembre        12: Décembre      actions: -      new: Créer +      new: "Créer un calendrier commercial"        show: "Consulter"        edit: Editer        destroy: Supprimer | 
