summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-10 22:19:55 +0200
committerDries Buytaert <dries@buytaert.net>2011-04-10 22:19:55 +0200
commitc2108cd0adef9f41ceaa0c5c2b1276507bb369b9 (patch)
tree9304f0172f5536e2dce5a294d40c0517846a8bf6 /modules
parentac8ad4a21afe53adf5ffa0015151f0a54b9a51ba (diff)
downloadbrdo-c2108cd0adef9f41ceaa0c5c2b1276507bb369b9.tar.gz
brdo-c2108cd0adef9f41ceaa0c5c2b1276507bb369b9.tar.bz2
- Patch #1099254 by hansfn: typo in modules/system/system.admin.inc.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 0fe88ea69..92c534e33 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1029,7 +1029,7 @@ function system_modules_confirm_form($modules, $storage) {
'@module' => $name,
'@depends' => implode(', ', $info['depends']),
);
- $items[] = format_plural(count($info['depends']), 'The @module module is missing, so the following module will be disabled: @depends.', 'The @module module is missing, so the following module will be disabled: @depends.', $t_argument);
+ $items[] = format_plural(count($info['depends']), 'The @module module is missing, so the following module will be disabled: @depends.', 'The @module module is missing, so the following modules will be disabled: @depends.', $t_argument);
}
$form['text'] = array('#markup' => theme('item_list', array('items' => $items)));