diff options
author | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:42:00 (GMT) |
---|---|---|
committer | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:42:00 (GMT) |
commit | e37828267bfc6c76a5b01208dcdb676a3aa580f9 (patch) | |
tree | e1e96dcb9bbad928271e0546023ea0a9841641b6 /src/translator_de.h | |
parent | 74cc4d70240d09e10c9da94c0537670fc287a85e (diff) | |
download | Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.zip Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.tar.gz Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.tar.bz2 |
mods for doxygen-0.49-991205
Diffstat (limited to 'src/translator_de.h')
-rw-r--r-- | src/translator_de.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_de.h b/src/translator_de.h index 8f17437..d247dad 100644 --- a/src/translator_de.h +++ b/src/translator_de.h @@ -106,11 +106,11 @@ class TranslatorGerman : public Translator QCString trThisIsTheListOfAllMembers() // this is the first part of a sentence that is followed by a class name - { return "Vollständige Aufstellung aller Elemente für"; } + { return "Vollständige Aufstellung aller Elemente für "; } QCString trIncludingInheritedMembers() // this is the remainder of the sentence after the class name - { return "einschlie&suml;lich aller geerbten Elemente."; } + { return " einschließlich aller geerbten Elemente."; } QCString trGeneratedAutomatically(const char *s) // this is put at the author sections at the bottom of man pages. |