diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-10-22 18:29:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-10-22 18:29:28 +0000 |
commit | 8b6777a3bffefc04016da62983fb1a333e8a5160 (patch) | |
tree | 7211528b5d9b235d1bfec85b25a324d2d3d096dc /modules/aggregator/aggregator.admin.inc | |
parent | f381336d9fae43fca1bf49fd3323d0e90cee4e6e (diff) | |
download | brdo-8b6777a3bffefc04016da62983fb1a333e8a5160.tar.gz brdo-8b6777a3bffefc04016da62983fb1a333e8a5160.tar.bz2 |
- Patch #323751 by keith.smith: fixed typo in form field description.
Diffstat (limited to 'modules/aggregator/aggregator.admin.inc')
-rw-r--r-- | modules/aggregator/aggregator.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.admin.inc b/modules/aggregator/aggregator.admin.inc index cd937d64b..c7012598c 100644 --- a/modules/aggregator/aggregator.admin.inc +++ b/modules/aggregator/aggregator.admin.inc @@ -413,7 +413,7 @@ function aggregator_admin_settings() { $form['aggregator_category_selector'] = array( '#type' => 'radios', '#title' => t('Category selection type'), '#default_value' => variable_get('aggregator_category_selector', 'checkboxes'), '#options' => array('checkboxes' => t('checkboxes'), 'select' => t('multiple selector')), - '#description' => t('The type of category selection widget displayed on categorization pages. (For a small number of categories, checkboxes are easier to use, while a multiple selector work well with large numbers of categories.)'), + '#description' => t('The type of category selection widget displayed on categorization pages. (For a small number of categories, checkboxes are easier to use, while a multiple selector works well with large numbers of categories.)'), ); return system_settings_form($form); |