Commit 0754c968 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Changed "See Also" back to "See also"

parent 8d03b3f3
...@@ -530,7 +530,7 @@ class TranslatorEnglish : public Translator ...@@ -530,7 +530,7 @@ class TranslatorEnglish : public Translator
/*! this text is generated when the \\sa command is used. */ /*! this text is generated when the \\sa command is used. */
virtual QCString trSeeAlso() virtual QCString trSeeAlso()
{ return "See Also"; } { return "See also"; }
/*! this text is generated when the \\param command is used. */ /*! this text is generated when the \\param command is used. */
virtual QCString trParameters() virtual QCString trParameters()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment