Skip to content

Commit

Permalink
Changed "See Also" back to "See also"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Apr 5, 2014
1 parent 8d03b3f commit 0754c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translator_en.h
Expand Up @@ -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()
Expand Down

0 comments on commit 0754c96

Please sign in to comment.