diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-01-28 18:16:38 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-01-28 18:16:38 (GMT) |
commit | 1426e2fbce1e3e4c8089b228c843042c90b2d1c4 (patch) | |
tree | 26b976ebd24f845a5cf88ab76f81f928c47c4548 /src/translator_nl.h | |
parent | bf4bb2e1e1fb5e61fa5a7458f6354002994fa5ee (diff) | |
download | Doxygen-1426e2fbce1e3e4c8089b228c843042c90b2d1c4.zip Doxygen-1426e2fbce1e3e4c8089b228c843042c90b2d1c4.tar.gz Doxygen-1426e2fbce1e3e4c8089b228c843042c90b2d1c4.tar.bz2 |
Release-1.2.4-20010128
Diffstat (limited to 'src/translator_nl.h')
-rw-r--r-- | src/translator_nl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h index 3ac1887..e2e139b 100644 --- a/src/translator_nl.h +++ b/src/translator_nl.h @@ -218,7 +218,7 @@ class TranslatorDutch : public Translator QCString trAuthors() { return "Auteur(s)"; } QCString trReturns() - { return "Retourneerd"; } + { return "Retourneert"; } QCString trSeeAlso() { return "Zie ook"; } QCString trParameters() |