diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-04-20 08:30:56 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-04-20 08:30:56 (GMT) |
commit | 2f0a01b60fb0cb5f2fb42510039c22eabd86e786 (patch) | |
tree | 1ef12f6f2f4d51d8e4486b2d467e6f047ef9515a /src/translator_fr.h | |
parent | 238c63a16c820818ba71ae256f3f50eed2a94cf2 (diff) | |
download | Doxygen-2f0a01b60fb0cb5f2fb42510039c22eabd86e786.zip Doxygen-2f0a01b60fb0cb5f2fb42510039c22eabd86e786.tar.gz Doxygen-2f0a01b60fb0cb5f2fb42510039c22eabd86e786.tar.bz2 |
Release-1.5.5-20080420
Diffstat (limited to 'src/translator_fr.h')
-rw-r--r-- | src/translator_fr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_fr.h b/src/translator_fr.h index 45fec16..e7b66c8 100644 --- a/src/translator_fr.h +++ b/src/translator_fr.h @@ -158,7 +158,7 @@ class TranslatorFrench : public TranslatorAdapter_1_5_4 /*! header that is put before the list of typedefs. */ virtual QCString trMemberTypedefDocumentation() { - return "Documentation des définition de type membres"; } + return "Documentation des définitions de type membres"; } /*! header that is put before the list of enumerations. */ virtual QCString trMemberEnumerationDocumentation() |