You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2015/12/04 20:20:19 UTC

[whimsy.git] [39/50] Commit 9d366a9: clearer question

Commit 9d366a99f2320a577302c61d07bd344f8f687441:
    clearer question
    git-svn-id: https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy@820565 90ea9780-b833-de11-8433-001ec94261de


Branch: refs/heads/master
Author: Daniel Shahaf <da...@apache.org>
Committer: Daniel Shahaf <da...@apache.org>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/officers/mlreq.cgi                                       | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/officers/mlreq.cgi b/www/officers/mlreq.cgi
index 7b1f56a..cad98de 100755
--- a/www/officers/mlreq.cgi
+++ b/www/officers/mlreq.cgi
@@ -374,7 +374,7 @@ _json do
 
     validated["confirmed_#{param}"] = email
     if not ASF::Person.find_by_email(email)
-      _confirm "Unknown E-mail #{email}.  Treat as new?"
+      _confirm "Unknown E-mail #{email}.  Proceed with a non-committer moderator?"
       _focus "input[name=#{param}]"
       break
     end