diff options
author | A.M. Kuchling <amk@amk.ca> | 2008-06-08 07:54:39 -0400 |
---|---|---|
committer | A.M. Kuchling <amk@amk.ca> | 2008-06-08 07:54:39 -0400 |
commit | 8cc99fedf96b87b7019e078916c3b28f79f1cfbc (patch) | |
tree | b147441e2e5302da21aaee9d1a073825aa22beeb | |
parent | 1e1cc3e1e1855233c8fa9eae005f7efd74d44d39 (diff) | |
download | mailman2-8cc99fedf96b87b7019e078916c3b28f79f1cfbc.tar.gz mailman2-8cc99fedf96b87b7019e078916c3b28f79f1cfbc.tar.xz mailman2-8cc99fedf96b87b7019e078916c3b28f79f1cfbc.zip |
Bug #1588617: fix error in French translation noted by Maxime Caron.
I've made a further correction -- 'globally' is an adverb, so I've put it near the
verb.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | messages/fr/LC_MESSAGES/mailman.po | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -46,6 +46,8 @@ Here is a history of user visible changes to Mailman. - Corrections to German translation submitted by Ralf Doeblitz (916196). + - Correction to French translation submitted by Maxime Carron (1588617). + - Add #! line to fblast.py test script (1578740). - Fixed unescaped '%' in templates/nl/newlist.txt (1719017). diff --git a/messages/fr/LC_MESSAGES/mailman.po b/messages/fr/LC_MESSAGES/mailman.po index cfdcaa8b..66da7bc0 100644 --- a/messages/fr/LC_MESSAGES/mailman.po +++ b/messages/fr/LC_MESSAGES/mailman.po @@ -1705,7 +1705,7 @@ msgstr "" " <li><b>Adresse Courriel:</b> %(oldaddr)s\n" " </ul>\n" "\n" -" et vous avez demandé un %(globallys)s de votre adresse courriel vers \n" +" et vous avez %(globallys)s demandé un changement de votre adresse courriel vers \n" "\n" " <ul><li><b>Nouvelle Adresse Courriel:</b> %(newaddr)s </ul>\n" "\n" |