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
This commit is contained in:
Jonas Sundström
2010-03-25 20:34:41 +00:00
parent a959bc5b23
commit f225592730
+1 -2
View File
@@ -1512,8 +1512,7 @@ TMailWindow::MessageReceived(BMessage *msg)
if (!gDictCount) { if (!gDictCount) {
beep(); beep();
(new BAlert("", (new BAlert("",
TR("The spell check feature requires the optional " TR("Mail couldn't find its dictionary."),
"\"words\" file on your BeOS CD."),
TR("OK"), NULL, NULL, B_WIDTH_AS_USUAL, B_OFFSET_SPACING, TR("OK"), NULL, NULL, B_WIDTH_AS_USUAL, B_OFFSET_SPACING,
B_STOP_ALERT))->Go(); B_STOP_ALERT))->Go();
} else { } else {