diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-14 06:43:24 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-14 06:43:24 +0000 |
commit | 6e4c7ffe51fb6a6909ec6c4d846e8fe2134a42ee (patch) | |
tree | c59d63aeb6721cd7d6c888a3732ea9c75e347903 /modules/node/node.module | |
parent | 447eaff44db2a765553fe77f76d2ec6546dd0ad6 (diff) | |
download | brdo-6e4c7ffe51fb6a6909ec6c4d846e8fe2134a42ee.tar.gz brdo-6e4c7ffe51fb6a6909ec6c4d846e8fe2134a42ee.tar.bz2 |
#678546 by rfay and jhodgdon: Improve wording of help text in admin/config/regional/language/configure.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 95beedba4..721f89c7b 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1265,8 +1265,8 @@ function node_language_negotiation_info() { 'types' => array(LANGUAGE_TYPE_CONTENT), 'callbacks' => array('language' => 'node_language_provider'), 'file' => drupal_get_path('module', 'node') . '/node.module', - 'name' => t('Node'), - 'description' => t('The current node language is used.'), + 'name' => t('Content'), + 'description' => t('Use the language of the displayed content.'), ); return $providers; |