From kde-i18n-doc Thu Jul 04 00:47:17 2002 From: Malcolm Hunter Date: Thu, 04 Jul 2002 00:47:17 +0000 To: kde-i18n-doc Subject: Plural form error X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=102574350924265 In kutils/kfind.cpp, line 299: < message =3D i18n("1 match found.\n", "%1 matches found.\n").arg( numMat= ches()=20 ); --- > message =3D i18n("1 match found.", "%n matches found.", numMatches() ); Is that correct syntax to fix the plural form? Obviously I don't want to = apply=20 it, not really understanding i18n().arg() (although I think I can guess). Regards, Malcolm --=20 KDE Proof Reading Team KDE GB English Translation Team