diff -u b/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php b/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php --- b/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php +++ b/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php @@ -44,7 +44,7 @@ return array( 'format' => $this->t('Format ID.'), 'name' => $this->t('The name of the filter format.'), - 'cache' => $this->t('Flag to indicate whether format is cachable. (1 = cachable, 0 = not cachable).'), + 'cache' => $this->t('Flag to indicate whether format is cacheable. (1 = cacheable, 0 = not cacheable).'), 'status'=>$this->t('The status of the filter format'), 'weight'=>$this->t('The weight of the filter format'), );