Defect #29901
Fix typo in French text_tracker_no_workflow
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Translations | |||
Target version: | 4.0.0 | |||
Resolution: | Fixed | Affected version: |
Description
https://github.com/redmine/redmine/pull/110 by Samuel Marchal
Index: config/locales/fr.yml
===================================================================
--- config/locales/fr.yml (revision 17615)
+++ config/locales/fr.yml (working copy)
@@ -1117,7 +1117,7 @@
text_caracters_maximum: "%{count} caractères maximum."
text_caracters_minimum: "%{count} caractères minimum."
text_length_between: "Longueur comprise entre %{min} et %{max} caractères."
- text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker
+ text_tracker_no_workflow: Aucun workflow n'est défini pour ce tracker
text_unallowed_characters: Caractères non autorisés
text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules).
text_line_separated: Plusieurs valeurs possibles (une valeur par ligne).
Associated revisions
Fix typo in French text_tracker_no_workflow (#29901).
Patch by Samuel Marchal.
History
#1
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed.