diff options
Diffstat (limited to 'src/translator_tr.h')
-rw-r--r-- | src/translator_tr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_tr.h b/src/translator_tr.h index 5906364..83af116 100644 --- a/src/translator_tr.h +++ b/src/translator_tr.h @@ -125,7 +125,7 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5 /*! put in the class documentation */ virtual QCString trListOfAllMembers() - { return "Tüm üyelerin listesi."; } + { return "Tüm üyelerin listesi"; } /*! used as the title of the "list of all members" page of a class */ virtual QCString trMemberList() |