From db749777415cf985180ae7c4b8b75dc855d1f42f Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sat, 12 Dec 2015 00:21:29 +0000 Subject: [PATCH] Issue #2624082 by steveoliver: Grammar of config import status message is wrong --- core/modules/config/src/Form/ConfigSync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/config/src/Form/ConfigSync.php b/core/modules/config/src/Form/ConfigSync.php index 03de002dae4..ef5666a850f 100644 --- a/core/modules/config/src/Form/ConfigSync.php +++ b/core/modules/config/src/Form/ConfigSync.php @@ -343,7 +343,7 @@ class ConfigSync extends FormBase { 'finished' => array(get_class($this), 'finishBatch'), 'title' => t('Synchronizing configuration'), 'init_message' => t('Starting configuration synchronization.'), - 'progress_message' => t('Completed @current step of @total.'), + 'progress_message' => t('Completed step @current of @total.'), 'error_message' => t('Configuration synchronization has encountered an error.'), 'file' => drupal_get_path('module', 'config') . '/config.admin.inc', );