SVN commit 1068142 by dakon: fix typo in context CCMAIL:kde-i18n-doc@kde.org M +1 -1 ksslinfodialog.cpp --- trunk/KDE/kdelibs/kio/kssl/ksslinfodialog.cpp #1068141:1068142 @@ -220,7 +220,7 @@ } d->ui.trusted->setText(trusted); - QString vp = i18nc("%1 is the effective data of the certificate, %2 is the expiry date", "%1 to %2"); + QString vp = i18nc("%1 is the effective date of the certificate, %2 is the expiry date", "%1 to %2"); vp = vp.arg(KGlobal::locale()->formatDateTime(cert.effectiveDate())); vp = vp.arg(KGlobal::locale()->formatDateTime(cert.expiryDate())); d->ui.validityPeriod->setText(vp);