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

Changed "See Also" back to "See also"

parent 8d03b3f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()