From 782c2e9035dba65e8b381c50e236dc651512233b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Tue, 19 Feb 2008 22:13:47 +0000 Subject: [PATCH] Some rephrasing of help message. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24022 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mail/MailWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/mail/MailWindow.cpp b/src/apps/mail/MailWindow.cpp index 4afdce0648..91bdb1d9c3 100644 --- a/src/apps/mail/MailWindow.cpp +++ b/src/apps/mail/MailWindow.cpp @@ -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); }