diff --git a/lib/Drupal/config_translation/Form/ConfigTranslationManageForm.php b/lib/Drupal/config_translation/Form/ConfigTranslationManageForm.php index 4627a1c..2cf1994 100644 --- a/lib/Drupal/config_translation/Form/ConfigTranslationManageForm.php +++ b/lib/Drupal/config_translation/Form/ConfigTranslationManageForm.php @@ -47,14 +47,14 @@ class ConfigTranslationManageForm implements FormInterface { protected $base_config = array(); /** - * Storage object. + * String translation storage object. * * @var \Drupal\locale\StringStorageInterface */ protected $localeStorage; /** - * Creates manage form object with storage. + * Creates manage form object with string translation storage. * * @param StringStorageInterface $locale_storage */ diff --git a/lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php b/lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php index 724129a..be89e62 100644 --- a/lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php +++ b/lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php @@ -32,7 +32,7 @@ class ConfigTranslationUITest extends WebTestBase { protected $langcodes = array('fr', 'ta'); /** - * Storage object. + * String translation storage object. * * @var \Drupal\locale\StringStorageInterface */