From 39156fd745bebad3199e944dd6070ec56473c020 Mon Sep 17 00:00:00 2001 From: Daniel Aitken Date: Mon, 19 Oct 2015 15:12:10 -0300 Subject: [PATCH] typooo --- includes/ingest.form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ingest.form.inc b/includes/ingest.form.inc index 6893511a..7fd95f9b 100644 --- a/includes/ingest.form.inc +++ b/includes/ingest.form.inc @@ -703,7 +703,7 @@ function islandora_ingest_form_ingest_button(array &$form_state) { */ function islandora_ingest_form_ingest_button_process(array $element) { $settings['spinner'][$element['#id']] = array( - 'message' => t('Please be patient while the the page loads.'), + 'message' => t('Please be patient while the page loads.'), 'options' => array( 'lines' => 10, 'length' => 20,