summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/translator_en.h2
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()