From 6bdd105f22904744385b5d91ebe38bc7595f586b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 9 Oct 2008 22:54:08 +0000 Subject: #318575 by jvandyk: Change 'remaining' to 'completed' in Batch API, to better reflect what's actually happening. --- includes/form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/form.inc b/includes/form.inc index da1b03f24..a9472cba6 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -2503,7 +2503,7 @@ function batch_set($batch_definition) { $defaults = array( 'title' => $t('Processing'), 'init_message' => $t('Initializing.'), - 'progress_message' => $t('Remaining @remaining of @total.'), + 'progress_message' => $t('Completed @current of @total.'), 'error_message' => $t('An error has occurred.'), 'css' => array(), ); -- cgit v1.2.3