diff options
Diffstat (limited to 'src/translator_sr.h')
-rw-r--r-- | src/translator_sr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_sr.h b/src/translator_sr.h index a04be56..b12f87c 100644 --- a/src/translator_sr.h +++ b/src/translator_sr.h @@ -128,7 +128,7 @@ private: /*! put in the class documentation */ virtual QCString trListOfAllMembers() - { return decode( "Spisak svih članova." ); } + { return decode( "Spisak svih članova" ); } /*! used as the title of the "list of all members" page of a class */ virtual QCString trMemberList() |