Module: tools
Branch: master
Commit: cb99cd7adbadfe57e4ae1b0b58a0b656967eb992
URL: http://source.winehq.org/git/tools.git/?a=commit;h=cb99cd7adbadfe57e4ae1b0b…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Thu Aug 7 01:22:55 2014 +0200
testbot: Ask unknown contributors to explain why they need a WineTestBot account.
---
testbot/web/Register.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testbot/web/Register.pl b/testbot/web/Register.pl
index eb0f1ec..dcabf8a 100644
--- a/testbot/web/Register.pl
+++ b/testbot/web/Register.pl
@@ -58,7 +58,8 @@ sub GetHeaderText($)
return "Since an account will allow you to run code on this system, your " .
"request for an account will have to be manually approved. That " .
"should be no problem if you're a well-known member of the Wine " .
- "community.<br>\n" .
+ "community. Otherwise please explain in a few words why you need an " .
+ "account in the Remarks field.<br>\n" .
"When your request has been approved, you'll receive a link via " .
"email to activate your account and choose a password. Usually, " .
"you should receive that email within a couple of hours.";