From 244f3d6dd5aa082c6000d48491970486900f11fc Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 4 Sep 2012 18:55:49 +0200 Subject: [PATCH] Better wording (cherry picked from commit a5ba5157b00507c1b20fe591af5f367bc135ecc9) Backport acked by i18n teams --- importwizard/evolutionv3/evolutionaddressbook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importwizard/evolutionv3/evolutionaddressbook.cpp b/importwizard/evolutionv3/evolutionaddressbook.cpp index 321e5bdab3..fe7505c380 100644 --- a/importwizard/evolutionv3/evolutionaddressbook.cpp +++ b/importwizard/evolutionv3/evolutionaddressbook.cpp @@ -36,7 +36,7 @@ void EvolutionAddressBook::exportEvolutionAddressBook() { KMessageBox::information(mImportWizard,i18n("Evolution address book will be exported as vcard. Import vcard in KAddressBook."),i18n("Export Evolution Address Book")); - const QString directory = KFileDialog::getExistingDirectory( KUrl(), mImportWizard, i18n("Select directory where vcards will stored.")); + const QString directory = KFileDialog::getExistingDirectory( KUrl(), mImportWizard, i18n("Select the directory where vCards will be stored.")); if(directory.isEmpty()) { return; } -- 2.11.4.GIT