summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_en.h')
-rw-r--r--src/translator_en.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index 3ec8a49..76b03a7 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -126,7 +126,7 @@ class TranslatorEnglish : public Translator
/*! put in the class documentation */
virtual QCString trListOfAllMembers()
- { return "List of all members."; }
+ { return "List of all members"; }
/*! used as the title of the "list of all members" page of a class */
virtual QCString trMemberList()
@@ -555,7 +555,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()