diff options
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 1ea6d00..45fec16 100644 --- a/src/translator_fr.h +++ b/src/translator_fr.h @@ -998,7 +998,7 @@ class TranslatorFrench : public TranslatorAdapter_1_5_4 /*! header that is put before the list of constructor/destructors. */ virtual QCString trConstructorDocumentation() { - return "Documentation des contructeurs et destructeur"; + return "Documentation des constructeurs et destructeur"; } /*! Used in the file documentation to point to the corresponding sources. */ virtual QCString trGotoSourceCode() |