From b59f9fb4493a3fab02c6c60f242355d96bb327e2 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 17 Jul 2014 19:23:28 +0300 Subject: [PATCH] Consistent to RFC 6868 usage of vCard term --- identity/identityaddvcarddialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity/identityaddvcarddialog.cpp b/identity/identityaddvcarddialog.cpp index 286a001cb..8c0274b56 100644 --- a/identity/identityaddvcarddialog.cpp +++ b/identity/identityaddvcarddialog.cpp @@ -62,7 +62,7 @@ IdentityAddVcardDialog::IdentityAddVcardDialog(const QStringList &shadowIdentiti mVCardPath = new KUrlRequester; mVCardPath->setObjectName(QLatin1String("kurlrequester_vcardpath")); - const QString filter = i18n( "*.vcf|Vcard (*.vcf)\n*|all files (*)" ); + const QString filter = i18n( "*.vcf|vCard (*.vcf)\n*|all files (*)" ); mVCardPath->setFilter(filter); mVCardPath->setMode(KFile::LocalOnly|KFile::File);