diff --git a/core/modules/language/language.info b/core/modules/language/language.info
index 378e19e..2153c05 100644
--- a/core/modules/language/language.info
+++ b/core/modules/language/language.info
@@ -1,6 +1,6 @@
 name = Language
-description = Lets you configure a number of languages to be used on your website and provides language negotiation functionality.
-package = Core
+description = Adds language support.
+package = Multilingual
 version = VERSION
 core = 8.x
 configure = admin/config/regional/language
diff --git a/core/modules/locale/locale.info b/core/modules/locale/locale.info
index 4a3da68..94eb02f 100644
--- a/core/modules/locale/locale.info
+++ b/core/modules/locale/locale.info
@@ -1,6 +1,6 @@
-name = Locale
-description = Provides user interface translation to languages other than English.
-package = Core
+name = Interface translation
+description = Translates the built-in user interface.
+package = Multilingual
 version = VERSION
 core = 8.x
 dependencies[] = language
diff --git a/core/modules/translation_entity/translation_entity.info b/core/modules/translation_entity/translation_entity.info
index cd92c7b..452d622 100644
--- a/core/modules/translation_entity/translation_entity.info
+++ b/core/modules/translation_entity/translation_entity.info
@@ -1,7 +1,7 @@
-name = Entity Translation
-description =  Allows entities to be translated into different languages.
+name = Field translation
+description =  Allows to translate content.
 dependencies[] = language
-package = Core
+package = Multilingual
 version = VERSION
 core = 8.x
 tags[] = language
