Some rephrasing of help message.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24022 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2008-02-19 22:13:47 +00:00
parent 75998ed610
commit 782c2e9035

View File

@ -1550,8 +1550,8 @@ TMailWindow::MessageReceived(BMessage *msg)
// just some patience before Tracker pops up the folder
snooze(250000);
BAlert* alert = new BAlert("helpful message",
"Place your favorite e-mail queries into your "
"this folder. These may also be templates.",
"Put your favorite e-mail queries and query "
"templates in this folder.",
"Ok", NULL, NULL, B_WIDTH_AS_USUAL, B_IDEA_ALERT);
alert->Go(NULL);
}