summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-07-12 15:32:41 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-07-12 15:32:41 (GMT)
commit52445a98210e9aa50b3fd4bb36995e117539e490 (patch)
tree84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /src/translator_en.h
parent0ce3aea886f4e95da56d164b3944fd54d3d68f89 (diff)
downloadDoxygen-52445a98210e9aa50b3fd4bb36995e117539e490.zip
Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.gz
Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.bz2
Release-1.8.1.2
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()