From 149cc6551f6f507ee3d103bfc21862acbaff4367 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 26 Mar 2010 06:03:37 +0000 Subject: [PATCH] Clarify the "go ahead anyway" message to include "the scheduelr may not work at all" --- admin/judges_schedulerconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/judges_schedulerconfig.php b/admin/judges_schedulerconfig.php index b8c4131..5416669 100644 --- a/admin/judges_schedulerconfig.php +++ b/admin/judges_schedulerconfig.php @@ -132,7 +132,7 @@ else { echo "
"; echo "
"; - echo "".i18n("Something above looks bad, but you can start the judging scheduler anyways with the understanding that results will NOT be optimal!").""; + echo "".i18n("Something above looks bad, but you can start the judging scheduler anyways with the understanding that results will NOT be optimal, or in fact, the scheduler may not work at all!").""; } }