From af309bbfb5fe9388d087ab55ba46d3ff2854e9aa Mon Sep 17 00:00:00 2001 From: Ingo Klcker Date: Mon, 3 Oct 2005 09:13:16 +0000 Subject: [PATCH] Forward port: SVN commit 466361 by bram: Typo: assoicated --> associated svn path=/trunk/KDE/kdepim/; revision=466691 --- kmmainwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); }