diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-04-05 11:59:43 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-04-05 11:59:43 (GMT) |
commit | 0754c968a4a06c8217c9301a5ca82c6212c228ec (patch) | |
tree | 0864bc5da26915468bff3380fc33a01f636399d7 | |
parent | 8d03b3f35e404abfd0ed31022a687fc1eab07fd5 (diff) | |
download | Doxygen-0754c968a4a06c8217c9301a5ca82c6212c228ec.zip Doxygen-0754c968a4a06c8217c9301a5ca82c6212c228ec.tar.gz Doxygen-0754c968a4a06c8217c9301a5ca82c6212c228ec.tar.bz2 |
Changed "See Also" back to "See also"
-rw-r--r-- | src/translator_en.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_en.h b/src/translator_en.h index 8de7f8e..ca0a151 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() |