diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-08-06 15:11:00 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-08-06 15:11:00 (GMT) |
commit | ef99315d71b4b8e2c027033665bcc1244f43ca15 (patch) | |
tree | aa501b0916e827fee6032245628509acc64efbba /src/translator.h | |
parent | e139c0246413d3803028572dcafe9f065f4c9eab (diff) | |
download | Doxygen-ef99315d71b4b8e2c027033665bcc1244f43ca15.zip Doxygen-ef99315d71b4b8e2c027033665bcc1244f43ca15.tar.gz Doxygen-ef99315d71b4b8e2c027033665bcc1244f43ca15.tar.bz2 |
Release-1.2.0-20000806
Diffstat (limited to 'src/translator.h')
-rw-r--r-- | src/translator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator.h b/src/translator.h index 25d25d6..d5a82f4 100644 --- a/src/translator.h +++ b/src/translator.h @@ -982,12 +982,12 @@ class Translator // new since 1.2.0 ////////////////////////////////////////////////////////////////////////// - /*! Used as a marker that is put before a todo item */ + /*! Used as a marker that is put before a test item */ virtual QCString trTest() { return "Test"; } - /*! Used as the header of the todo list */ + /*! Used as the header of the test list */ virtual QCString trTestList() { return "Test List"; |