From 5707282d4b5646f362d94dbf122e64c59788f52a Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 30 Jun 2010 14:30:07 +0000 Subject: [PATCH] typo fix svn path=/trunk/KDE/kdepim/kmail/; revision=1144684 --- identitydialog.cpp | 2 +- kmcomposewin.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/identitydialog.cpp b/identitydialog.cpp index 6b02ebbf8..135d1cd7c 100644 --- a/identitydialog.cpp +++ b/identitydialog.cpp @@ -166,7 +166,7 @@ namespace KMail { msg = i18n("

Email address

" "

This field should have your full email address.

" "

This address is the primary one, used for all outgoing mail. " - "If you have more than one address, either create a new identiy, " + "If you have more than one address, either create a new identity, " "or add additional alias addresses in the field below.

" "

If you leave this blank, or get it wrong, people " "will have trouble replying to you.

"); diff --git a/kmcomposewin.cpp b/kmcomposewin.cpp index 145ab6f61..c08ad5232 100644 --- a/kmcomposewin.cpp +++ b/kmcomposewin.cpp @@ -2458,7 +2458,7 @@ void KMComposeWin::doSend( MessageSender::SendMethod method, if ( mComposerBase->to().isEmpty() ) { if ( mComposerBase->cc().isEmpty() && mComposerBase->bcc().isEmpty() ) { KMessageBox::information( this, - i18n("You must specify at least one receiver," + i18n("You must specify at least one receiver, " "either in the To: field or as CC or as BCC.") ); return; @@ -2512,7 +2512,7 @@ void KMComposeWin::doSend( MessageSender::SendMethod method, !GlobalSettings::self()->neverEncryptDrafts() && mComposerBase->to().isEmpty() && mComposerBase->cc().isEmpty() ) { - KMessageBox::information( this, i18n("You must specify at least one receiver" + KMessageBox::information( this, i18n("You must specify at least one receiver " "in order to be able to encrypt a draft.") ); return;