@@ -364,7 +364,7 @@ function block_admin_configure($form, &$form_state, $module, $delta) {
BLOCK_VISIBILITY_NOTLISTED=>t('All pages except those listed'),
BLOCK_VISIBILITY_NOTLISTED=>t('All pages except those listed'),
BLOCK_VISIBILITY_LISTED=>t('Only the listed pages'),
BLOCK_VISIBILITY_LISTED=>t('Only the listed pages'),
);
);
$description=t("Specify pages by using their paths. Enter one path per line. 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'=>'<front>'));
$description=t("Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are %user for the current user's page and %user-wildcard for every user page. %front is the front page.",array('%user'=>'user','%user-wildcard'=>'user/*','%front'=>'<front>'));
if(module_exists('php')&&$access){
if(module_exists('php')&&$access){
$options+=array(BLOCK_VISIBILITY_PHP=>t('Pages on which this PHP code returns <code>TRUE</code> (experts only)'));
$options+=array(BLOCK_VISIBILITY_PHP=>t('Pages on which this PHP code returns <code>TRUE</code> (experts only)'));
@@ -14,7 +14,7 @@ function dashboard_help($path, $arg) {
$output.='<dt>'.t('Tracking user activity').'</dt>';
$output.='<dt>'.t('Tracking user activity').'</dt>';
$output.='<dd>'.t("By enabling blocks such as <em>Who's online</em> and <em>Who's new</em>, site users can track who is logged in and new user signups at a centralized location.").'</dd>';
$output.='<dd>'.t("By enabling blocks such as <em>Who's online</em> and <em>Who's new</em>, site users can track who is logged in and new user signups at a centralized location.").'</dd>';
$output.='<dd>'.t('By enabling blocks such as <em>Recent blog posts</em>, <em>New forum topics</em> and <em>Recent comments</em>, site users can view newly added site content at a glance.').'</dd>';
$output.='<dd>'.t('By enabling blocks such as <em>New forum topics</em> and <em>Recent comments</em>, site users can view newly added site content at a glance.').'</dd>';