summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-09 22:54:08 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-09 22:54:08 +0000
commit6bdd105f22904744385b5d91ebe38bc7595f586b (patch)
treec989714873f939c460f631fbd62d411bfa5c9af7 /includes
parent464be0b8bd98975f88cc42ef79cb95926adb7a69 (diff)
downloadbrdo-6bdd105f22904744385b5d91ebe38bc7595f586b.tar.gz
brdo-6bdd105f22904744385b5d91ebe38bc7595f586b.tar.bz2
#318575 by jvandyk: Change 'remaining' to 'completed' in Batch API, to better reflect what's actually happening.
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc2
1 files changed, 1 insertions, 1 deletions
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(),
);