diff options
Diffstat (limited to 'src/translator_de.h')
-rw-r--r-- | src/translator_de.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_de.h b/src/translator_de.h index 0aa93b3..d39b07c 100644 --- a/src/translator_de.h +++ b/src/translator_de.h @@ -402,7 +402,7 @@ class TranslatorGerman : public Translator QCString trNamespaceList() // used as the title of page containing all the index of all namespaces. - { return ""; } + { return "Liste der Namensbereiche"; } QCString trNamespaceListDescription(bool extractAll) // used as an introduction to the namespace list { |