summaryrefslogtreecommitdiff
path: root/modules/block.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-05-31 20:29:30 +0000
committerDries Buytaert <dries@buytaert.net>2002-05-31 20:29:30 +0000
commit38aaf5f35d8bc51f6792989a1a7732be5a1e7676 (patch)
treec782e563cf5862f5b03c066fd34171a7d2128f71 /modules/block.module
parentb0ea30ed85b9e737bc6b3c7c5b7ec6ffe73c7803 (diff)
downloadbrdo-38aaf5f35d8bc51f6792989a1a7732be5a1e7676.tar.gz
brdo-38aaf5f35d8bc51f6792989a1a7732be5a1e7676.tar.bz2
- Added missing translations and the like.
Diffstat (limited to 'modules/block.module')
-rw-r--r--modules/block.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block.module b/modules/block.module
index d227e8b62..bbb9162c4 100644
--- a/modules/block.module
+++ b/modules/block.module
@@ -267,7 +267,7 @@ function block_user($type, &$edit, &$user) {
}
if (isset($form)) {
- return form_item(t("Block configuration"), '<table border="0" cellpadding="2" cellspacing="2">'. $form .'</table>', "Enable the blocks you would like to see displayed in the side bars.");
+ return form_item(t("Block configuration"), '<table border="0" cellpadding="2" cellspacing="2">'. $form .'</table>', t("Enable the blocks you would like to see displayed in the side bars."));
}
}