From kde-commits Sat Dec 07 14:38:27 2002 From: Marc Mutz Date: Sat, 07 Dec 2002 14:38:27 +0000 To: kde-commits Subject: kdenetwork/kmail X-MARC-Message: https://marc.info/?l=kde-commits&m=103927200309236 CVS commit by mutz: This message box is _really_ misleading. Do I have the permission of the translators to backport this to KDE_3_1_BRANCH? if (KMTransportInfo::availableTransports().isEmpty()) { - KMessageBox::information(0,i18n("Please specify a send " - "method in the settings " - "and try again.")); + KMessageBox::information(0,i18n("Please create an account for sending and try again.")); return false; } CCMAIL: kde-i18n-doc@kde.org M +1 -3 kmsender.cpp 1.166 --- kdenetwork/kmail/kmsender.cpp:1.165 Thu Nov 28 15:06:31 2002 @@ -92,9 +92,7 @@ { if (KMTransportInfo::availableTransports().isEmpty()) { - KMessageBox::information(0,i18n("Please specify a send " - "method in the settings " - "and try again.")); + KMessageBox::information(0,i18n("Please create an account for sending and try again.")); return false; } if (!kernel->identityManager()->defaultIdentity().mailingAllowed())