From c8c0e0b04b00a7f90fc98d1cac3dfa55088401cf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Apr 2011 19:15:23 +0200 Subject: - Patch #1075886 by franz: typo on help text. --- 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 21d4df93c..59b2beb66 100644 --- a/modules/field_ui/field_ui.module +++ b/modules/field_ui/field_ui.module @@ -23,7 +23,7 @@ function field_ui_help($path, $arg) { $output .= '
' . t('What type of data the field will store') . '
'; $output .= '
' . t('Each field can store one type of data (text, number, file, etc.). When you define a field, you choose a particular field type, which corresponds to the type of data you want to store. The field type cannot be changed after you have created the field.') . '
'; $output .= '
' . t('How the data will be input and displayed') . '
'; - $output .= '
' . t('Each field type has one or more available widgets associated with it; each widget provides a mechanism for data input when you are editing (text box, select list, file upload, etc.). Each field type also has one or more display options, which determine how the field is displayed to site visitors. The widget and display display options can be changed after you have created the field.') . '
'; + $output .= '
' . t('Each field type has one or more available widgets associated with it; each widget provides a mechanism for data input when you are editing (text box, select list, file upload, etc.). Each field type also has one or more display options, which determine how the field is displayed to site visitors. The widget and display options can be changed after you have created the field.') . '
'; $output .= '
' . t('How many values the field will store') . '
'; $output .= '
' . t('You can store one value, a specific maximum number of values, or an unlimited number of values in each field. For example, an employee identification number field might store a single number, whereas a phone number field might store multiple phone numbers. This setting can be changed after you have created the field, but if you reduce the maximum number of values, you may lose information.') . '
'; $output .= ''; -- cgit v1.2.3