diff --git a/patches/update b/patches/update
index e18d32d..4b2532e 100755
--- a/patches/update
+++ b/patches/update
@@ -77,7 +77,8 @@ my @legend =
                  "<li>The patch is simply too large for review, you need to find a way to split it.</li></ul>" ],
  [ "testfail",   "<ul><li>You didn't run 'make test' before submitting.</li>" .
                  "<li>The patch requires a Wine fix but doesn't use todo_wine.</li>" .
-                 "<li>The patch fixes a failure but doesn't remove the corresponding todo_wine.</li></ul>" ],
+                 "<li>The patch fixes a failure but doesn't remove the corresponding todo_wine.</li>" .
+                 "<li>The patch introduces test failures on Windows. Use the <a href=\"http://testbot.winehq.org/\">testbot</a>.</li></ul>" ],
 );
 
 my $dir = "$ENV{HOME}/patches";


