diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-07-12 15:32:41 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-07-12 15:32:41 (GMT) |
commit | a9862d8487c3abbf3edccc78e177874f4186c822 (patch) | |
tree | 84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /src/translator_no.h | |
parent | f397aa6aa3e425c97c7bff085ea1aff7b479d7e8 (diff) | |
download | Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.zip Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.tar.gz Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.tar.bz2 |
Release-1.8.1.2
Diffstat (limited to 'src/translator_no.h')
-rw-r--r-- | src/translator_no.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_no.h b/src/translator_no.h index 29b2648..cffaa09 100644 --- a/src/translator_no.h +++ b/src/translator_no.h @@ -129,7 +129,7 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6 /*! put in the class documentation */ virtual QCString trListOfAllMembers() - { return "Liste over alle medlemmer."; } + { return "Liste over alle medlemmer"; } /*! used as the title of the "list of all members" page of a class */ virtual QCString trMemberList() |