diff --git a/core/modules/language/language.module b/core/modules/language/language.module
index 45ce7cb..a9c29a9 100644
--- a/core/modules/language/language.module
+++ b/core/modules/language/language.module
@@ -321,6 +321,8 @@ function language_language_types_info() {
       'locked' => TRUE,
     ),
     LanguageInterface::TYPE_URL => array(
+      'name' => t('URL'),
+      'description' => t('Order of language detection methods for URLs. The detected language will be used as the default when generating URLs for internal links on the site.'),
       'fixed' => array(LanguageNegotiationUrl::METHOD_ID, LanguageNegotiationUrlFallback::METHOD_ID),
       'locked' => TRUE,
     ),
