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_nl.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_nl.h')
-rw-r--r-- | src/translator_nl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h index d366cc5..c13d96d 100644 --- a/src/translator_nl.h +++ b/src/translator_nl.h @@ -701,12 +701,12 @@ class TranslatorDutch : public 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 Lijst"; |