From b2862df573327d6a392b893b35828bee007c2740 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Jun 2009 11:48:58 +0000 Subject: - Patch #503836 by gaele: made the block visibility option a tiny bit more clear. --- modules/block/block.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/block/block.admin.inc b/modules/block/block.admin.inc index ea3354b1c..70f7fa1ec 100644 --- a/modules/block/block.admin.inc +++ b/modules/block/block.admin.inc @@ -211,7 +211,7 @@ function block_admin_configure(&$form_state, $module = NULL, $delta = 0) { $form['page_vis_settings']['pages'] = array('#type' => 'value', '#value' => $edit['pages']); } else { - $options = array(t('Show on every page except the listed pages.'), t('Show on only the listed pages.')); + $options = array(t('Every page except those specified below.'), t('Only the pages specified below.')); $description = t("Enter one page per line as Drupal paths. The '*' character is a wildcard. Example paths are %blog for the blog page and %blog-wildcard for every personal blog. %front is the front page.", array('%blog' => 'blog', '%blog-wildcard' => 'blog/*', '%front' => '')); if (module_exists('php') && $access) { -- cgit v1.2.3