diff --git a/core/modules/language/language.module b/core/modules/language/language.module
index 1dd936f..57134bb 100644
--- a/core/modules/language/language.module
+++ b/core/modules/language/language.module
@@ -24,7 +24,7 @@ function language_help($path, $arg) {
       return $output;
 
     case 'admin/config/regional/language':
-      return '<p>' . t('With multiple languages enabled, registered users may select their preferred language and authors can assign a specific language to content. The selection of what language is used to display page elements is made depending on the detection menthod settings in the <a href="@detection">Detection and Selection</a> tab.', array('@detection' => url('admin/config/regional/language/detection'))) . '</p>';
+      return '<p>' . t('Reordering the languages below will effect the order in which they appear in the language switcher and, when editing content, the language selector widget. The ordering in this table does not impact fallback behavior.') . '</p>';
 
     case 'admin/config/regional/language/add':
       return '<p>' . t('Add a language to be supported by your site. If your desired language is not available, pick <em>Custom language...</em> at the end and provide a language code and other details manually.') . '</p>';
