From f225592730959db2a3c7832ac484fcc886f72fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Thu, 25 Mar 2010 20:34:41 +0000 Subject: [PATCH] Don't ask Haiku users to insert their BeOS CDs. Fixes #5632. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35949 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mail/MailWindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/mail/MailWindow.cpp b/src/apps/mail/MailWindow.cpp index 905067926d..e329c391bc 100644 --- a/src/apps/mail/MailWindow.cpp +++ b/src/apps/mail/MailWindow.cpp @@ -1512,8 +1512,7 @@ TMailWindow::MessageReceived(BMessage *msg) if (!gDictCount) { beep(); (new BAlert("", - TR("The spell check feature requires the optional " - "\"words\" file on your BeOS CD."), + TR("Mail couldn't find its dictionary."), TR("OK"), NULL, NULL, B_WIDTH_AS_USUAL, B_OFFSET_SPACING, B_STOP_ALERT))->Go(); } else {