summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-10-22 18:29:28 +0000
committerDries Buytaert <dries@buytaert.net>2008-10-22 18:29:28 +0000
commit8b6777a3bffefc04016da62983fb1a333e8a5160 (patch)
tree7211528b5d9b235d1bfec85b25a324d2d3d096dc /modules/aggregator/aggregator.admin.inc
parentf381336d9fae43fca1bf49fd3323d0e90cee4e6e (diff)
downloadbrdo-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.inc2
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);