diff --git a/kmmainwidget.cpp b/kmmainwidget.cpp index 71e7df262..09aadca12 100644 --- a/kmmainwidget.cpp +++ b/kmmainwidget.cpp @@ -1074,7 +1074,7 @@ void KMMainWidget::slotRemoveFolder() end( mFolder->acctList()->end() ); it != end; ++it ) { (*it)->setFolder( kmkernel->inboxFolder() ); KMessageBox::information(this, - i18n("The folder you deleted was assoicated with the account " + i18n("The folder you deleted was associated with the account " "%1 which delivered mail into it. The folder the account " "delivers new mail into was reset to the main Inbox folder.").arg( (*it)->name())); }