diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt
index 6219677..cc87064 100644
--- a/core/CHANGELOG.txt
+++ b/core/CHANGELOG.txt
@@ -45,6 +45,7 @@ Drupal 8.0, xxxx-xx-xx (development version)
         path prefix detection is now default.
       * Added HTML 5 language markup; language information added in markup in
         several more places.
+      * Made it possible to assign external language codes to local languages.
     * Simplified and added new features in interface translation:
       * Made interface translation directly accessible from language list.
       * Centralized interface translation import to one directory.
diff --git a/core/modules/language/language.admin.inc b/core/modules/language/language.admin.inc
index ab23be6..af2b3b1 100644
--- a/core/modules/language/language.admin.inc
+++ b/core/modules/language/language.admin.inc
@@ -883,7 +883,7 @@ function language_negotiation_configure_browser_form($form, &$form_state) {
   );
   $form['new_mapping']['drupal_langcode'] = array(
     '#type' => 'select',
-    '#title' => t('Drupal langauge'),
+    '#title' => t('Drupal language'),
     '#options' => $language_options,
     '#default_value' => '',
   );
