From kde-commits Sat Aug 28 20:32:02 2004 From: Claudiu Costin Date: Sat, 28 Aug 2004 20:32:02 +0000 To: kde-commits Subject: kdelibs/kdoctools Message-Id: <20040828203202.4DB7E1EBB () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109372513821589 CVS commit by claudiu: Small i18n() typo M +2 -2 meinproc.cpp 1.39 --- kdelibs/kdoctools/meinproc.cpp #1.38:1.39 @@ -78,5 +78,5 @@ static KCmdLineOptions options[] = { "check", I18N_NOOP( "Check the document for validity" ), 0 }, { "cache ", I18N_NOOP( "Create a cache file for the document" ), 0}, - { "srcdir ", I18N_NOOP( "Cet the srcdir, for kdelibs" ), 0}, + { "srcdir ", I18N_NOOP( "Set the srcdir, for kdelibs" ), 0}, { "+xml", I18N_NOOP("The file to transform"), 0}, KCmdLineLastOption // End of options.