diff options
Diffstat (limited to 'src/translator_lt.h')
-rw-r--r-- | src/translator_lt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_lt.h b/src/translator_lt.h index 3f1bcb6..6dd1832 100644 --- a/src/translator_lt.h +++ b/src/translator_lt.h @@ -118,7 +118,7 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 /*! put in the class documentation */ virtual QCString trListOfAllMembers() - { return "Visų narių sąrašas."; } + { return "Visų narių sąrašas"; } /*! used as the title of the "list of all members" page of a class */ virtual QCString trMemberList() |