=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