From 24a3ff3eafae2878eb44c298e1f49e534971bce2 Mon Sep 17 00:00:00 2001 From: kanoi Date: Tue, 7 Oct 2014 14:32:26 +1100 Subject: [PATCH] php - correct worker management diff wording --- pool/page_workmgt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool/page_workmgt.php b/pool/page_workmgt.php index e77ba671..585d027a 100644 --- a/pool/page_workmgt.php +++ b/pool/page_workmgt.php @@ -46,7 +46,7 @@ function workmgtuser($data, $user, $err) } } $pg .= '*'; - $pg .= ' A value of 0, less than the pool default,
'; + $pg .= ' A value of 0, less than the pool minimum,
'; $pg .= 'or less than the pool calculated value for you,
'; $pg .= 'will use the pool calculated value
'; $pg .= "\n";