From d967abdf1dab8b23fba39ce2aa35fe09cd5578f5 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 2 Oct 2011 11:09:00 -0700 Subject: Issue #1054848 by barraponto: Fixing common typos through codespell.py. --- modules/field_ui/field_ui.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field_ui') diff --git a/modules/field_ui/field_ui.module b/modules/field_ui/field_ui.module index 27ef3c2d7..17b4aea60 100644 --- a/modules/field_ui/field_ui.module +++ b/modules/field_ui/field_ui.module @@ -17,7 +17,7 @@ function field_ui_help($path, $arg) { $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Planning fields') . '
'; - $output .= '
' . t('There are several decisions you will need to make before definining a field for content, comments, etc.:') . '
'; + $output .= '
' . t('There are several decisions you will need to make before defining a field for content, comments, etc.:') . '
'; $output .= '
' . t('What the field will be called') . '
'; $output .= '
' . t('A field has a label (the name displayed in the user interface) and a machine name (the name used internally). The label can be changed after you create the field, if needed, but the machine name cannot be changed after you have created the field.') . ''; $output .= '
' . t('What type of data the field will store') . '
'; -- cgit v1.2.3