summaryrefslogtreecommitdiff
path: root/modules/field_ui
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-10 19:15:23 +0200
committerDries Buytaert <dries@buytaert.net>2011-04-10 19:15:23 +0200
commitc8c0e0b04b00a7f90fc98d1cac3dfa55088401cf (patch)
tree0bf971714c1fa438668f518e1f61bfe9ebe3a035 /modules/field_ui
parent0aba395ce1da537e93f55587533cba0f7eb7e53e (diff)
downloadbrdo-c8c0e0b04b00a7f90fc98d1cac3dfa55088401cf.tar.gz
brdo-c8c0e0b04b00a7f90fc98d1cac3dfa55088401cf.tar.bz2
- Patch #1075886 by franz: typo on help text.
Diffstat (limited to 'modules/field_ui')
-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 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 .= '<dt>' . t('What type of data the field will store') . '</dt>';
$output .= '<dd>' . t('Each field can store one type of data (text, number, file, etc.). When you define a field, you choose a particular <em>field type</em>, which corresponds to the type of data you want to store. The field type cannot be changed after you have created the field.') . '</dd>';
$output .= '<dt>' . t('How the data will be input and displayed') . '</dt>';
- $output .= '<dd>' . t('Each field type has one or more available <em>widgets</em> 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.') . '</dd>';
+ $output .= '<dd>' . t('Each field type has one or more available <em>widgets</em> 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.') . '</dd>';
$output .= '<dt>' . t('How many values the field will store') . '</dt>';
$output .= '<dd>' . 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.') . '</dd>';
$output .= '</dl>';