Issue #2624082 by steveoliver: Grammar of config import status message is wrong
parent
de2aab89b2
commit
db74977741
|
@ -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',
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue