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