svn path=/trunk/KDE/kdepim/kmail/; revision=1144684
wilder-work
Yuri Chornoivan 16 years ago
parent cde828a2e1
commit 5707282d4b
  1. 2
      identitydialog.cpp
  2. 4
      kmcomposewin.cpp

@ -166,7 +166,7 @@ namespace KMail {
msg = i18n("<qt><h3>Email address</h3>"
"<p>This field should have your full email address.</p>"
"<p>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.</p>"
"<p>If you leave this blank, or get it wrong, people "
"will have trouble replying to you.</p></qt>");

@ -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;

Loading…
Cancel
Save