From kde-i18n-doc Sat Jun 18 18:19:06 2016 From: "Yuri Chornoivan" Date: Sat, 18 Jun 2016 18:19:06 +0000 To: kde-i18n-doc Subject: Re: =?utf-8?Q?Wrong_argument_number_in_Trojit=C3=A1?= Message-Id: X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=146627395925116 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B5 Sat, 18 Jun 2016 21:09:= 32 +0300, Eloy Cuadra : > Hi, > > I'm translating Trojit=C3=A1 and found this message: > > Unsupported PGP/MIME version. Expected "Version: 1", got "%2". > > > And this is the corresponding source code (in GpgME++.cpp): > > if (!versionString.contains(QLatin1String("Version: 1"))) { > forwardFailure(tr("Malformed Encrypted Message"), > tr("Unsupported PGP/MIME version. Expected \"Version: 1\", > got \"%2\".").arg(versionString), > QStringLiteral("emblem-error")); > return; > } > > Clearly, %2 should be %1. > > Regards, Hi, Fixed. Thanks. Best regards, Yuri