From c127e5d582b1ae4033eca1c8454bee75d510b9e8 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 05 Jan 2004 14:39:29 +0000 Subject: Spelling fixes by Michael Opdenacker --- (limited to 'noncore/unsupported') diff --git a/noncore/unsupported/mail2/TODO b/noncore/unsupported/mail2/TODO index 4bc434f..3c83fdd 100644 --- a/noncore/unsupported/mail2/TODO +++ b/noncore/unsupported/mail2/TODO @@ -28,7 +28,7 @@ Mail management: Testing: I'm using the courier-imap server at my developement site. I didn't have much opportunity to test on other servers. Giving me test-accounts on other - servers would be helpfull. + servers would be helpful. If you want something added, drop a mail. Comments are always welcome. diff --git a/noncore/unsupported/mail2/folderwidget.cpp b/noncore/unsupported/mail2/folderwidget.cpp index 6c36e92..d27968b 100644 --- a/noncore/unsupported/mail2/folderwidget.cpp +++ b/noncore/unsupported/mail2/folderwidget.cpp @@ -230,7 +230,7 @@ void FolderWidget::slotIMAPLogin(IMAPResponse &response) disconnect(response.imapHandler(), SIGNAL(gotResponse(IMAPResponse &)), this, SLOT(slotIMAPLogin(IMAPResponse &))); if (response.statusResponse().status() == IMAPResponseEnums::OK) { - emit status(tr("Login successfull!")); + emit status(tr("Login successful!")); } else { QMessageBox::warning(this, tr("Error"), tr("

Login failed. Go away.

"), tr("Ok")); } @@ -241,7 +241,7 @@ void FolderWidget::slotIMAPRename(IMAPResponse &response) disconnect(response.imapHandler(), SIGNAL(gotResponse(IMAPResponse &)), this, SLOT(slotIMAPRename(IMAPResponse &))); if (response.statusResponse().status() == IMAPResponseEnums::OK) { - emit status(tr("Renaming successfull!")); + emit status(tr("Renaming successful!")); } else { QMessageBox::warning(this, tr("Error"), tr("

Renaming failed. (Server said: %1)

").arg(response.statusResponse().comment()), tr("Ok")); } @@ -252,7 +252,7 @@ void FolderWidget::slotIMAPDelete(IMAPResponse &response) disconnect(response.imapHandler(), SIGNAL(gotResponse(IMAPResponse &)), this, SLOT(slotIMAPDelete(IMAPResponse &))); if (response.statusResponse().status() == IMAPResponseEnums::OK) { - emit status(tr("Deletion successfull!")); + emit status(tr("Deletion successful!")); _rescanAccount = _createFolder.topFolder().account(); -- cgit v0.9.0.2