diff --git a/src/translator_en.h b/src/translator_en.h index 8de7f8e3f28..ca0a151e2b8 100644 --- a/src/translator_en.h +++ b/src/translator_en.h @@ -530,7 +530,7 @@ class TranslatorEnglish : public Translator /*! this text is generated when the \\sa command is used. */ virtual QCString trSeeAlso() - { return "See Also"; } + { return "See also"; } /*! this text is generated when the \\param command is used. */ virtual QCString trParameters()