diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-05-08 21:32:24 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-05-08 21:32:24 (GMT) |
commit | 23885c2f2db71f003578f0d1b44555c067bfd7a5 (patch) | |
tree | c4bbe961812e7008b9e85fd820596290c043c0f6 /src/translator_en.h | |
parent | 5d31b7ab211586100301d6838be82f066f8f9af4 (diff) | |
download | Doxygen-23885c2f2db71f003578f0d1b44555c067bfd7a5.zip Doxygen-23885c2f2db71f003578f0d1b44555c067bfd7a5.tar.gz Doxygen-23885c2f2db71f003578f0d1b44555c067bfd7a5.tar.bz2 |
Release-1.4.2-20050508
Diffstat (limited to 'src/translator_en.h')
-rw-r--r-- | src/translator_en.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_en.h b/src/translator_en.h index 0f41e51..fd9ea87 100644 --- a/src/translator_en.h +++ b/src/translator_en.h @@ -471,7 +471,7 @@ class TranslatorEnglish : public Translator * list of (global) variables */ virtual QCString trEnumerationValues() - { return "Enumeration values"; } + { return "Enumerator"; } /*! This is used in the documentation of a file before the list of * documentation blocks for defines @@ -501,7 +501,7 @@ class TranslatorEnglish : public Translator * of documentation blocks for enumeration values */ virtual QCString trEnumerationValueDocumentation() - { return "Enumeration Value Documentation"; } + { return "Enumerator Documentation"; } /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for functions |