summaryrefslogtreecommitdiff
path: root/modules/field_ui/field_ui.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-12 23:04:57 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-12 23:04:57 +0000
commit89f121264314124e4908da1e4473d4f6083e137b (patch)
tree7c2dcdf2ca0f9a089161c9b259b08cbbfc96e1e2 /modules/field_ui/field_ui.module
parentffbdf59cd8b7f2cb41be303bc1df0e3d5b360fc8 (diff)
downloadbrdo-89f121264314124e4908da1e4473d4f6083e137b.tar.gz
brdo-89f121264314124e4908da1e4473d4f6083e137b.tar.bz2
#645802 by jhodgdon and arianek: Convert File module to new help standard.
Diffstat (limited to 'modules/field_ui/field_ui.module')
-rw-r--r--modules/field_ui/field_ui.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field_ui/field_ui.module b/modules/field_ui/field_ui.module
index 43388c36f..18275dd4d 100644
--- a/modules/field_ui/field_ui.module
+++ b/modules/field_ui/field_ui.module
@@ -14,7 +14,7 @@ function field_ui_help($path, $arg) {
case 'admin/help#field_ui':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
- $output .= '<p>' . t('The Field UI module provides an administrative user interface (UI) for adding custom fields to content types, users, comments, and other types of data. For more information, see the online handbook entry for <a href="@field-ui">Field UI module</a>.', array('field-ui' => 'http://drupal.org/handbook/modules/field-ui')) . '</p>';
+ $output .= '<p>' . t('The Field UI module provides an administrative user interface (UI) for adding custom fields to content types, users, comments, and other types of data. The field types are defined by other modules, and collected and managed by the <a href="@field">Field module</a>. For more information, see the online handbook entry for <a href="@field-ui">Field UI module</a>.', array('@field-ui' => 'http://drupal.org/handbook/modules/field-ui', '@field' => url('admin/help/field'))) . '</p>';
$output .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl>';
$output .= '<dt>' . t('Defining custom fields') . '</dt>';