Issue #2624082 by steveoliver: Grammar of config import status message is wrong

8.1.x
Alex Pott 2015-12-12 00:21:29 +00:00
parent de2aab89b2
commit db74977741
1 changed files with 1 additions and 1 deletions

View File

@ -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',
);