diff --git a/core/modules/language/language.module b/core/modules/language/language.module index 4d82508..9ea38d7 100644 --- a/core/modules/language/language.module +++ b/core/modules/language/language.module @@ -34,7 +34,7 @@ function language_help($path, $arg) { return $output; case 'admin/config/regional/language': - return '

' . 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 Detection and Selection tab.', array('@detection' => url('admin/config/regional/language/detection'))) . '

'; + return '

' . t('Reordering languages affects the order in which these languages appear in the language switcher and, when editing content, in the list of available languages. The order here does not impact the fallback behavior on the Detection and Selection tab.', array('@detection' => url('admin/config/regional/language/detection'))) . '

'; case 'admin/config/regional/language/add': return '

' . t('Add a language to be supported by your site. If your desired language is not available, pick Custom language... at the end and provide a language code and other details manually.') . '

';